Skip to content

Commit 397f70b

Browse files
committed
clang-format changes
1 parent 3da01ee commit 397f70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/DirectX/DXILShaderFlags.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static DXILModuleShaderFlagsInfo computeFlags(Module &M) {
5454
}
5555

5656
void ComputedShaderFlags::print(raw_ostream &OS) const {
57-
uint64_t FlagVal = (uint64_t)*this;
57+
uint64_t FlagVal = (uint64_t) * this;
5858
OS << formatv("; Shader Flags Value: {0:x8}\n;\n", FlagVal);
5959
if (FlagVal == 0)
6060
return;

0 commit comments

Comments
 (0)