[llvm-commits] [llvm] r148655 - /llvm/trunk/include/llvm/Object/MachOObject.h

Eli Bendersky eli.bendersky at intel.com
Sun Jan 22 01:26:00 PST 2012


Author: eliben
Date: Sun Jan 22 03:26:00 2012
New Revision: 148655

URL: http://llvm.org/viewvc/llvm-project?rev=148655&view=rev
Log:
Remove trailing spaces

Modified:
    llvm/trunk/include/llvm/Object/MachOObject.h

Modified: llvm/trunk/include/llvm/Object/MachOObject.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Object/MachOObject.h?rev=148655&r1=148654&r2=148655&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Object/MachOObject.h (original)
+++ llvm/trunk/include/llvm/Object/MachOObject.h Sun Jan 22 03:26:00 2012
@@ -177,14 +177,14 @@
   void ReadULEB128s(uint64_t Index, SmallVectorImpl<uint64_t> &Out) const;
 
   /// @}
-  
+
   /// @name Object Dump Facilities
   /// @{
   /// dump - Support for debugging, callable in GDB: V->dump()
   //
   void dump() const;
   void dumpHeader() const;
-  
+
   /// print - Implement operator<< on Value.
   ///
   void print(raw_ostream &O) const;
@@ -192,7 +192,7 @@
 
   /// @}
 };
-  
+
 inline raw_ostream &operator<<(raw_ostream &OS, const MachOObject &V) {
   V.print(OS);
   return OS;





More information about the llvm-commits mailing list