[Mips] Reformat the code with clang-format

llvm-svn: 234153
This commit is contained in:
Simon Atanasyan 2015-04-06 13:25:52 +00:00
parent aed5ccdeed
commit 3a8691a27a
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ public:
template <class ELFT>
std::unique_ptr<TargetRelocationHandler>
createMipsRelocationHandler(MipsLinkingContext &ctx, MipsTargetLayout<ELFT> &layout);
createMipsRelocationHandler(MipsLinkingContext &ctx,
MipsTargetLayout<ELFT> &layout);
} // elf
} // lld