diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/passes/Print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp index 7385c18ea..5fb17af76 100644 --- a/src/passes/Print.cpp +++ b/src/passes/Print.cpp @@ -3253,7 +3253,7 @@ struct PrintSExpression : public UnifiedExpressionVisitor<PrintSExpression> { nontrivialGroup = currGroup->size() > 1; if (nontrivialGroup) { doIndent(o, indent); - o << "(rec "; + o << "(rec"; incIndent(); } } |