Skip to content

Commit 4b25a5f

Browse files
committed
clang-format
1 parent 752ed77 commit 4b25a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3208,7 +3208,7 @@ void SemaHLSL::ActOnVariableDeclarator(VarDecl *VD) {
32083208
}
32093209

32103210
static bool initVarDeclWithCtor(Sema &S, VarDecl *VD,
3211-
MutableArrayRef<Expr *> Args) {
3211+
MutableArrayRef<Expr *> Args) {
32123212
InitializedEntity Entity = InitializedEntity::InitializeVariable(VD);
32133213
InitializationKind Kind = InitializationKind::CreateDirect(
32143214
VD->getLocation(), SourceLocation(), SourceLocation());

0 commit comments

Comments
 (0)