Kill trailing whitespace
authorJason W Kim <jason.w.kim.2009@gmail.com>
Mon, 22 Nov 2010 18:42:07 +0000 (18:42 +0000)
committerJason W Kim <jason.w.kim.2009@gmail.com>
Mon, 22 Nov 2010 18:42:07 +0000 (18:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119979 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/ELFObjectWriter.cpp

index 04f21e4d0ef029ed2c4757d40a3bccf99780dbd8..b80d6ca1f84d8f6c20f256237139b67275135874 100644 (file)
@@ -125,7 +125,7 @@ namespace {
       unsigned Type;
       const MCSymbol *Symbol;
       uint64_t r_addend;
-      
+
       ELFRelocationEntry()
         : r_offset(0), Index(0), Type(0), Symbol(0), r_addend(0) {}
 
@@ -1524,7 +1524,7 @@ void MBlazeELFObjectWriter::RecordRelocation(const MCAssembler &Asm,
   if (RelocNeedsGOT(Modifier))
     NeedsGOT = true;
 
-  uint64_t RelocOffset = Layout.getFragmentOffset(Fragment) + 
+  uint64_t RelocOffset = Layout.getFragmentOffset(Fragment) +
     Fixup.getOffset();
 
   if (! HasRelocationAddend) Addend = 0;
@@ -1736,7 +1736,7 @@ void X86ELFObjectWriter::RecordRelocation(const MCAssembler &Asm,
     NeedsGOT = true;
 
 
-  uint64_t RelocOffset = Layout.getFragmentOffset(Fragment) + 
+  uint64_t RelocOffset = Layout.getFragmentOffset(Fragment) +
     Fixup.getOffset();
 
   if (! HasRelocationAddend) Addend = 0;