Skip to content

Commit

Permalink
squish tab
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Jul 10, 2016
1 parent d032494 commit cffb4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ASTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cffb4c5

Please sign in to comment.