[llvm-commits] [llvm] r111825 - /llvm/trunk/include/llvm/Support/raw_ostream.h

Mikhail Glushenkov foldr at codedgers.com
Mon Aug 23 12:23:54 PDT 2010


Author: foldr
Date: Mon Aug 23 14:23:54 2010
New Revision: 111825

URL: http://llvm.org/viewvc/llvm-project?rev=111825&view=rev
Log:
Trailing whitespace.

Modified:
    llvm/trunk/include/llvm/Support/raw_ostream.h

Modified: llvm/trunk/include/llvm/Support/raw_ostream.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/raw_ostream.h?rev=111825&r1=111824&r2=111825&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/raw_ostream.h (original)
+++ llvm/trunk/include/llvm/Support/raw_ostream.h Mon Aug 23 14:23:54 2010
@@ -215,7 +215,7 @@
   /// @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 @@
   /// 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();





More information about the llvm-commits mailing list