Skip to content

Commit b634514

Browse files
committed
Fix formatting.
1 parent a112e7b commit b634514

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ enum {
4949

5050
// HLASM docs for address constants:
5151
// https://www.ibm.com/docs/en/hla-and-tf/1.6?topic=value-address-constants
52-
S_RCon, // Address of ADA of symbol.
53-
S_VCon, // Address of external function symbol.
54-
S_QCon, // Class-based offset.
52+
S_RCon, // Address of ADA of symbol.
53+
S_VCon, // Address of external function symbol.
54+
S_QCon, // Class-based offset.
5555
};
5656
} // namespace SystemZ
5757

0 commit comments

Comments
 (0)