1
0
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:
Hubert Tong 2019-07-19 07:21:59 +00:00
parent fc897cf3c9
commit 6432d3665d

View File

@ -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)