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);
|
std::move(Emitter), RelaxAll);
|
||||||
break;
|
break;
|
||||||
case Triple::XCOFF:
|
case Triple::XCOFF:
|
||||||
S = createXCOFFStreamer(Ctx, std::move(TAB), std::move(OW),
|
S = createXCOFFStreamer(Ctx, std::move(TAB), std::move(OW),
|
||||||
std::move(Emitter), RelaxAll);
|
std::move(Emitter), RelaxAll);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (ObjectTargetStreamerCtorFn)
|
if (ObjectTargetStreamerCtorFn)
|
||||||
|
|
Loading…
Reference in New Issue