diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-23 19:23:54 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-23 19:23:54 +0000 |
commit | 6bb156a6817aa9c9e02e5212db12d70e28faefc2 (patch) | |
tree | 7f56397e391780d05ce74fc7c1c97e4194d53232 /include | |
parent | bcf2db60dd3c37fe76dc1b5c5fa3e95b43b3776a (diff) | |
download | external_llvm-6bb156a6817aa9c9e02e5212db12d70e28faefc2.zip external_llvm-6bb156a6817aa9c9e02e5212db12d70e28faefc2.tar.gz external_llvm-6bb156a6817aa9c9e02e5212db12d70e28faefc2.tar.bz2 |
Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Support/raw_ostream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/raw_ostream.h b/include/llvm/Support/raw_ostream.h index 1fea44f..3c2a8b1 100644 --- a/include/llvm/Support/raw_ostream.h +++ b/include/llvm/Support/raw_ostream.h @@ -215,7 +215,7 @@ 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) { + virtual raw_ostream &changeColor(enum Colors, bool = false, bool = false) { return *this; } /// Resets the colors to terminal defaults. Call this when you are done @@ -455,7 +455,7 @@ public: /// outside of the raw_svector_ostream's control. It is only safe to do this /// if the raw_svector_ostream has previously been flushed. void resync(); - + /// str - Flushes the stream contents to the target vector and return a /// StringRef for the vector contents. StringRef str(); |