Skip to content

Commit efcc0d6

Browse files
committed
formatting
1 parent 6fb53fb commit efcc0d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/DXIL/DxilModule.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,8 +1843,7 @@ bool DxilModule::StripNamesSensitiveToDebug() {
18431843
if (Name.startswith("dx."))
18441844
continue;
18451845

1846-
STy->setName(
1847-
(Twine("dx.strip.struct.") + Twine(nextStructId++)).str());
1846+
STy->setName((Twine("dx.strip.struct.") + Twine(nextStructId++)).str());
18481847
changed = true;
18491848
}
18501849

0 commit comments

Comments
 (0)