summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-02-03 23:17:44 +0000
committerBob Wilson <bob.wilson@apple.com>2011-02-03 23:17:44 +0000
commitc67b1a3a76ea6ff642d30610cf63595ccb661e6b (patch)
treee9130992cf88497206cc0bc9c71edb60b705dbd8 /include
parentb84fe78d341aa525b840ccff5f10cb003748aa09 (diff)
downloadllvm-c67b1a3a76ea6ff642d30610cf63595ccb661e6b.tar.gz
llvm-c67b1a3a76ea6ff642d30610cf63595ccb661e6b.tar.bz2
llvm-c67b1a3a76ea6ff642d30610cf63595ccb661e6b.tar.xz
Remove trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124830 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCExpr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/MC/MCExpr.h b/include/llvm/MC/MCExpr.h
index 0c9cb396b9..fea5249eab 100644
--- a/include/llvm/MC/MCExpr.h
+++ b/include/llvm/MC/MCExpr.h
@@ -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
/// @{