diff options
-rw-r--r-- | polly/lib/Analysis/ScopInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp index eb37464581a..80e34f3a6f6 100644 --- a/polly/lib/Analysis/ScopInfo.cpp +++ b/polly/lib/Analysis/ScopInfo.cpp @@ -1966,7 +1966,7 @@ void ScopStmt::printInstructions(raw_ostream &OS) const { for (Instruction *Inst : Instructions) OS.indent(16) << *Inst << "\n"; - OS.indent(16) << "}\n"; + OS.indent(12) << "}\n"; } void ScopStmt::print(raw_ostream &OS, bool PrintInstructions) const { |