aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/raw_ostream.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-12 05:26:37 +0000
committerEric Christopher <echristo@apple.com>2010-07-12 05:26:37 +0000
commit4acd08bf4ef3047f2048d1b9ffc2f36b91ff5944 (patch)
tree899c3864154fd9c912f0fdf5dce2fb55fc33b7f9 /include/llvm/Support/raw_ostream.h
parent32c0a6207bf6c34b5a3b2819176ac265a88a28db (diff)
downloadexternal_llvm-4acd08bf4ef3047f2048d1b9ffc2f36b91ff5944.zip
external_llvm-4acd08bf4ef3047f2048d1b9ffc2f36b91ff5944.tar.gz
external_llvm-4acd08bf4ef3047f2048d1b9ffc2f36b91ff5944.tar.bz2
Remove tab characters and 80-col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/raw_ostream.h')
-rw-r--r--include/llvm/Support/raw_ostream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/raw_ostream.h b/include/llvm/Support/raw_ostream.h
index 90eaeea..bb9a523 100644
--- a/include/llvm/Support/raw_ostream.h
+++ b/include/llvm/Support/raw_ostream.h
@@ -234,8 +234,8 @@ public:
/// @param bold bold/brighter text, default false
/// @param bg if true change the background, default: change foreground
/// @returns itself so it can be used within << invocations
- virtual raw_ostream &changeColor(enum Colors, bool = false,
- bool = false) { return *this; }
+ virtual raw_ostream &changeColor(enum Colors, bool = false, bool = false) {
+ return *this; }
/// Resets the colors to terminal defaults. Call this when you are done
/// outputting colored text, or before program exit.