summaryrefslogtreecommitdiff
path: root/lib/MC/MachObjectWriter.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-06-24 19:43:27 +0000
committerJim Grosbach <grosbach@apple.com>2011-06-24 19:43:27 +0000
commit32e7abd0804de228c50d90e9ee43568c4316b624 (patch)
treea94a3e556b4d2a21d74c6e96a5031cb3e144678a /lib/MC/MachObjectWriter.cpp
parentb05a8a8f02ee3ec78eb6171f2f3078fe2ed4ff7e (diff)
downloadllvm-32e7abd0804de228c50d90e9ee43568c4316b624.tar.gz
llvm-32e7abd0804de228c50d90e9ee43568c4316b624.tar.bz2
llvm-32e7abd0804de228c50d90e9ee43568c4316b624.tar.xz
tidy up whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133815 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MachObjectWriter.cpp')
-rw-r--r--lib/MC/MachObjectWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MachObjectWriter.cpp b/lib/MC/MachObjectWriter.cpp
index 822546ef7e..e11b9df82b 100644
--- a/lib/MC/MachObjectWriter.cpp
+++ b/lib/MC/MachObjectWriter.cpp
@@ -1098,7 +1098,7 @@ bool MachObjectWriter::getARMFixupKindMachOInfo(unsigned Kind,
RelocType = unsigned(macho::RIT_ARM_ThumbBranch22Bit);
Log2Size = llvm::Log2_32(2);
return true;
-
+
case ARM::fixup_t2_uncondbranch:
case ARM::fixup_arm_thumb_bl:
case ARM::fixup_arm_thumb_blx: