forked from OSchip/llvm-project
[NFC] Fix an indentation issue in llvm/Support/TargetRegistry.h
llvm-svn: 366533
This commit is contained in:
parent
c2a5459d52
commit
ea98f15c43
|
@ -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