Skip to content

Commit 5097f34

Browse files
committed
formatting
1 parent d90b78f commit 5097f34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/utils/TableGen/ClangAttrEmitter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3057,9 +3057,8 @@ static void emitAttributes(const RecordKeeper &Records, raw_ostream &OS,
30573057
<< (R.getValueAsBit("InheritEvenIfAlreadyPresent") ? "true"
30583058
: "false");
30593059
}
3060-
if (HLSLSemantic) {
3060+
if (HLSLSemantic)
30613061
OS << ", " << (R.getValueAsBit("SemanticIndexable") ? "true" : "false");
3062-
}
30633062
OS << ")\n";
30643063

30653064
for (auto const &ai : Args) {

0 commit comments

Comments
 (0)