Skip to content

Commit 1141275

Browse files
clang-format
1 parent 1c2e408 commit 1141275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class NVPTXInstPrinter : public MCInstPrinter {
4848
void printOffseti32imm(const MCInst *MI, int OpNum, raw_ostream &O,
4949
const char *Modifier = nullptr);
5050
void printHexu32imm(const MCInst *MI, int OpNum, raw_ostream &O,
51-
const char *Modifier = nullptr);
51+
const char *Modifier = nullptr);
5252
void printProtoIdent(const MCInst *MI, int OpNum,
5353
raw_ostream &O, const char *Modifier = nullptr);
5454
void printPrmtMode(const MCInst *MI, int OpNum, raw_ostream &O,

0 commit comments

Comments
 (0)