Skip to content

Commit fb1d14f

Browse files
committed
clang-format
1 parent 0379f42 commit fb1d14f

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
@@ -2024,7 +2024,7 @@ static bool DiagnoseHLSLRegisterAttribute(Sema &S, SourceLocation &ArgLoc,
20242024
void SemaHLSL::handleResourceBindingAttr(Decl *TheDecl, const ParsedAttr &AL) {
20252025
if (VarDecl *VD = dyn_cast<VarDecl>(TheDecl)) {
20262026
QualType Ty = VD->getType();
2027-
if (const auto *IAT = dyn_cast<IncompleteArrayType>(Ty))
2027+
if (const auto *IAT = dyn_cast<IncompleteArrayType>(Ty))
20282028
Ty = IAT->getElementType();
20292029
if (SemaRef.RequireCompleteType(TheDecl->getBeginLoc(), Ty,
20302030
diag::err_incomplete_type))

0 commit comments

Comments
 (0)