Skip to content

Commit 7a55ff7

Browse files
committed
Revert "Fidex formatting"
This reverts commit de90e3d.
1 parent 1ee4821 commit 7a55ff7

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
@@ -7144,11 +7144,9 @@ Sema::BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo,
71447144
return ExprError();
71457145
}
71467146
} else if (!literalType->isDependentType() &&
7147-
RequireCompleteType(
7148-
LParenLoc, literalType,
7149-
diag::err_typecheck_decl_incomplete_type,
7150-
SourceRange(LParenLoc,
7151-
LiteralExpr->getSourceRange().getEnd())))
7147+
RequireCompleteType(LParenLoc, literalType,
7148+
diag::err_typecheck_decl_incomplete_type,
7149+
SourceRange(LParenLoc, LiteralExpr->getSourceRange().getEnd())))
71527150
return ExprError();
71537151

71547152
InitializedEntity Entity

0 commit comments

Comments
 (0)