forked from OSchip/llvm-project
[Mips] Reformat the code with clang-format
llvm-svn: 234153
This commit is contained in:
parent
aed5ccdeed
commit
3a8691a27a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue