From: Jim Grosbach Date: Fri, 24 Jun 2011 19:43:27 +0000 (+0000) Subject: tidy up whitespace. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=32e7abd0804de228c50d90e9ee43568c4316b624;p=oota-llvm.git tidy up whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133815 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/MachObjectWriter.cpp b/lib/MC/MachObjectWriter.cpp index 822546ef7e9..e11b9df82b7 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: