From 8c12e60328a9491104df2937c1528b354141d5d3 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 22 Feb 2016 15:40:05 -0800 Subject: Whitespace removal. --- src/pretty_printing.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/pretty_printing.h') diff --git a/src/pretty_printing.h b/src/pretty_printing.h index f0a233d69..9dec22ca3 100644 --- a/src/pretty_printing.h +++ b/src/pretty_printing.h @@ -32,18 +32,6 @@ inline std::ostream &doIndent(std::ostream &o, unsigned indent) { return o; } -inline std::ostream &incIndent(std::ostream &o, unsigned& indent) { - o << '\n'; - indent++; - return o; -} - -inline std::ostream &decIndent(std::ostream &o, unsigned& indent) { - indent--; - doIndent(o, indent); - return o << ')'; -} - inline std::ostream &prepareMajorColor(std::ostream &o) { Colors::red(o); Colors::bold(o); -- cgit v1.2.3