Tabs -> spaces
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user