Whitespace.
[oota-llvm.git] / include / llvm / Support / raw_ostream.h
index 75857a2027af752e5ace4a808b92b5dc89b5a795..c12f90142abec4c52d3d848ac3914430fa073777 100644 (file)
@@ -218,10 +218,10 @@ public:
 
   // Formatted output, see the leftJustify() function in Support/Format.h.
   raw_ostream &operator<<(const FormattedString &);
-  
+
   // Formatted output, see the formatHex() function in Support/Format.h.
   raw_ostream &operator<<(const FormattedNumber &);
-  
+
   /// indent - Insert 'NumSpaces' spaces.
   raw_ostream &indent(unsigned NumSpaces);