summaryrefslogtreecommitdiff
path: root/sources/ch/epfl/lamp/util/CodePrinter.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/ch/epfl/lamp/util/CodePrinter.java')
-rw-r--r--sources/ch/epfl/lamp/util/CodePrinter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/ch/epfl/lamp/util/CodePrinter.java b/sources/ch/epfl/lamp/util/CodePrinter.java
index 38b458c8fc..7bce133a43 100644
--- a/sources/ch/epfl/lamp/util/CodePrinter.java
+++ b/sources/ch/epfl/lamp/util/CodePrinter.java
@@ -71,7 +71,7 @@ public class CodePrinter {
this.writer = writer;
this.step = step;
this.level = 0;
- this.align = false;
+ this.align = true;
this.space = false;
this.line = false;
}