Skip to content

Commit cdc85ca

Browse files
committed
clang-format
1 parent b487a54 commit cdc85ca

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

clang/lib/Sema/HLSLBuiltinTypeDeclBuilder.cpp

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,7 @@ struct BuiltinTypeMethodBuilder {
138138
// LastStmt - refers to the last statement in the method body; referencing
139139
// LastStmt will remove the statement from the method body since
140140
// it will be linked from the new expression being constructed.
141-
enum class PlaceHolder {
142-
_0,
143-
_1,
144-
_2,
145-
_3,
146-
_4,
147-
Handle = 128,
148-
LastStmt
149-
};
141+
enum class PlaceHolder { _0, _1, _2, _3, _4, Handle = 128, LastStmt };
150142

151143
Expr *convertPlaceholder(PlaceHolder PH);
152144
Expr *convertPlaceholder(LocalVar &Var);

0 commit comments

Comments
 (0)