[Mips] Reformat the code with clang-format
authorSimon Atanasyan <simon@atanasyan.com>
Sun, 25 Jan 2015 16:17:16 +0000 (16:17 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Sun, 25 Jan 2015 16:17:16 +0000 (16:17 +0000)
No functional changes.

llvm-svn: 227049

lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.cpp

index fe9d551..5d118f8 100644 (file)
@@ -256,8 +256,7 @@ std::error_code MipsTargetRelocationHandler::applyRelocation(
               false);
     break;
   case R_MICROMIPS_LO16:
-    relocLo16(ins, relocVAddress, targetVAddress, ref.addend(), isGpDisp,
-              true);
+    relocLo16(ins, relocVAddress, targetVAddress, ref.addend(), isGpDisp, true);
     break;
   case R_MIPS_GOT16:
   case R_MIPS_CALL16: