[Mips] Reformat the code with clang-format

No functional changes.

llvm-svn: 227049
This commit is contained in:
Simon Atanasyan 2015-01-25 16:17:16 +00:00
parent d94b0e6541
commit 6d0f0021ee
1 changed files with 1 additions and 2 deletions

View 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: