Skip to content

Commit cf07239

Browse files
committed
Address clang-format issue.
1 parent d7c1848 commit cf07239

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clang/include/clang/AST/Expr.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3582,9 +3582,7 @@ class CompoundLiteralExpr : public Expr {
35823582
return Init->getBeginLoc();
35833583
return LParenLoc;
35843584
}
3585-
SourceLocation getEndLoc() const LLVM_READONLY {
3586-
return Init->getEndLoc();
3587-
}
3585+
SourceLocation getEndLoc() const LLVM_READONLY { return Init->getEndLoc(); }
35883586

35893587
static bool classof(const Stmt *T) {
35903588
return T->getStmtClass() == CompoundLiteralExprClass;

0 commit comments

Comments
 (0)