Remove extra space.
authorRui Ueyama <ruiu@google.com>
Sat, 8 Mar 2014 01:45:39 +0000 (01:45 +0000)
committerRui Ueyama <ruiu@google.com>
Sat, 8 Mar 2014 01:45:39 +0000 (01:45 +0000)
llvm-svn: 203331

lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h

index 5371776..2b9e25c 100644 (file)
@@ -30,7 +30,7 @@ typedef struct {
 /// \brief finds the scatter Bits that need to be used to apply relocations
 inline uint32_t
 findBitMask(uint32_t insn, Instruction *encodings, int32_t numInsns) {
-  for (int32_t i = 0; i < numInsns ; i++) {
+  for (int32_t i = 0; i < numInsns; i++) {
     if (((insn & 0xc000) == 0) && !(encodings[i].isDuplex))
       continue;