Skip to content

Commit d0a7c7d

Browse files
committed
Apply clang format [NFC]
1 parent e4b6338 commit d0a7c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ createMachOStreamer(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB,
128128
std::unique_ptr<MCCodeEmitter> &&Emitter) {
129129
return createMachOStreamer(Ctx, std::move(TAB), std::move(OW),
130130
std::move(Emitter),
131-
/*DWARFMustBeAtTheEnd*/ false,
131+
/*DWARFMustBeAtTheEnd*/ false,
132132
/*LabelSections*/ true);
133133
}
134134

0 commit comments

Comments
 (0)