squish tab

This commit is contained in:
Michael Hansen 2016-07-10 09:46:39 -07:00
commit cffb4c5f5f

View file

@ -2588,7 +2588,7 @@ void print_src(PycRef<ASTNode> node, PycModule* mod)
print_src(code, mod);
inLambda = false;
fprintf(pyc_output, ")");
fprintf(pyc_output, ")");
}
break;
case ASTNode::NODE_STORE: