Skip to content

Commit 00ffdaa

Browse files
committed
Fix formatting.
1 parent a6d9df5 commit 00ffdaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/MC/SPIRVObjectWriter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ void SPIRVObjectWriter::writeHeader(const MCAssembler &Asm) {
2020
constexpr uint32_t GeneratorID = 43;
2121
const uint32_t GeneratorMagicNumber =
2222
Asm.getContext().getTargetTriple().getVendor() == Triple::AMD
23-
? UINT16_MAX
24-
: ((GeneratorID << 16) | (LLVM_VERSION_MAJOR));
23+
? UINT16_MAX
24+
: ((GeneratorID << 16) | (LLVM_VERSION_MAJOR));
2525
constexpr uint32_t Schema = 0;
2626

2727
W.write<uint32_t>(MagicNumber);

0 commit comments

Comments
 (0)