Skip to content

Commit 76ee233

Browse files
committed
Revert "Fidex formatting"
This reverts commit de90e3d.
1 parent de90e3d commit 76ee233

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

clang/lib/Sema/SemaExpr.cpp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7840,11 +7840,9 @@ Sema::BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo,
78407840
return ExprError();
78417841
}
78427842
} else if (!literalType->isDependentType() &&
7843-
RequireCompleteType(
7844-
LParenLoc, literalType,
7845-
diag::err_typecheck_decl_incomplete_type,
7846-
SourceRange(LParenLoc,
7847-
LiteralExpr->getSourceRange().getEnd())))
7843+
RequireCompleteType(LParenLoc, literalType,
7844+
diag::err_typecheck_decl_incomplete_type,
7845+
SourceRange(LParenLoc, LiteralExpr->getSourceRange().getEnd())))
78487846
return ExprError();
78497847

78507848
InitializedEntity Entity

0 commit comments

Comments
 (0)