mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[NFC] Fix an indentation issue in llvm/Support/TargetRegistry.h
llvm-svn: 366533
This commit is contained in:
parent
fc897cf3c9
commit
6432d3665d
@ -510,8 +510,8 @@ public:
|
||||
std::move(Emitter), RelaxAll);
|
||||
break;
|
||||
case Triple::XCOFF:
|
||||
S = createXCOFFStreamer(Ctx, std::move(TAB), std::move(OW),
|
||||
std::move(Emitter), RelaxAll);
|
||||
S = createXCOFFStreamer(Ctx, std::move(TAB), std::move(OW),
|
||||
std::move(Emitter), RelaxAll);
|
||||
break;
|
||||
}
|
||||
if (ObjectTargetStreamerCtorFn)
|
||||
|
Loading…
Reference in New Issue
Block a user