Skip to content

Commit ee2168a

Browse files
committed
[NFC] Fixing code formatting
I made this change hastily to fix a bot and failed to cormat the code correctly.
1 parent 7f12dca commit ee2168a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/MC/DXContainerPSVInfo.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ void PSVRuntimeInfo::write(raw_ostream &OS, uint32_t Version) const {
4747
}
4848

4949
OS.write(reinterpret_cast<const char *>(&ResourceCount), sizeof(uint32_t));
50-
OS.write(reinterpret_cast<const char *>(&BindingSizeSwapped), sizeof(uint32_t));
51-
50+
OS.write(reinterpret_cast<const char *>(&BindingSizeSwapped),
51+
sizeof(uint32_t));
52+
5253
for (const auto &Res : Resources)
5354
OS.write(reinterpret_cast<const char *>(&Res), BindingSize);
5455
}

0 commit comments

Comments
 (0)