Skip to content

Commit 4ef883b

Browse files
committed
Fix formatting.
1 parent 4131ffe commit 4ef883b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ void SystemZTargetHLASMStreamer::emitExtern(StringRef Sym) {
4242
getStreamer().emitRawText(Twine(" EXTRN ") + Twine(Sym));
4343
}
4444

45-
void SystemZTargetHLASMStreamer::emitEnd() {
46-
getHLASMStreamer().emitEnd();
47-
}
45+
void SystemZTargetHLASMStreamer::emitEnd() { getHLASMStreamer().emitEnd(); }
4846

4947
// HLASM statements can only perform a single operation at a time
5048
const MCExpr *SystemZTargetHLASMStreamer::createWordDiffExpr(

0 commit comments

Comments
 (0)