Cosmetic.

This commit is contained in:
Arthur Britto
2013-01-12 21:51:57 -08:00
parent a2abddff4f
commit e62aff72cb
7 changed files with 20 additions and 15 deletions

View File

@@ -305,7 +305,7 @@ public:
bool work(Interpreter* interpreter)
{
Data::pointer index=interpreter->popStack();
if(index->isInt32())
if(index->isInt32())
{
interpreter->pushStack( interpreter->getContractData(index->getInt()));
return(true);
@@ -315,4 +315,6 @@ public:
}
};
}
}
// vim:ts=4