Tabs -> spaces

This commit is contained in:
Michael Hansen
2015-04-17 18:37:37 -07:00
parent eb04199d98
commit 486629dda0

View File

@@ -1262,8 +1262,8 @@ PycRef<ASTNode> BuildFromCode(PycRef<PycCode> code, PycModule* mod)
/* Test for the qualified name of the function (at TOS) */
int tos_type = code.cast<ASTObject>()->object()->type();
if (tos_type != PycObject::TYPE_CODE &&
tos_type != PycObject::TYPE_CODE2) {
code = stack.top();
tos_type != PycObject::TYPE_CODE2) {
code = stack.top();
stack.pop();
}