Remove trailing whitespace
authorBob Wilson <bob.wilson@apple.com>
Thu, 3 Feb 2011 23:17:44 +0000 (23:17 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 3 Feb 2011 23:17:44 +0000 (23:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124830 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCExpr.h

index 0c9cb396b9707ec186faa36195cb130286dae547..fea5249eaba060c18fedd2580eeb7fd41659fe58 100644 (file)
@@ -162,7 +162,7 @@ public:
     VK_ARM_GOTOFF,
     VK_ARM_TPOFF,
     VK_ARM_GOTTPOFF,
-    
+
     VK_PPC_TOC,
     VK_PPC_HA16,  // ha16(symbol)
     VK_PPC_LO16   // lo16(symbol)
@@ -190,7 +190,7 @@ public:
                                        MCContext &Ctx);
   static const MCSymbolRefExpr *Create(StringRef Name, VariantKind Kind,
                                        MCContext &Ctx);
-  
+
   /// @}
   /// @name Accessors
   /// @{