Skip to content

Commit c5844a8

Browse files
committed
clang-format
1 parent c764aaf commit c5844a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/clang/lib/Sema/SemaHLSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12184,7 +12184,7 @@ bool hlsl::ContainsLongVector(QualType QT) {
1218412184
return false;
1218512185

1218612186
while (const ArrayType *Arr = QT->getAsArrayTypeUnsafe())
12187-
QT = Arr->getElementType();
12187+
QT = Arr->getElementType();
1218812188

1218912189
if (CXXRecordDecl *Decl = QT->getAsCXXRecordDecl()) {
1219012190
if (!Decl->isCompleteDefinition())

0 commit comments

Comments
 (0)