From cf3dc81ae7bc63102e836d88edba91dcfaab1b30 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 15 Sep 2023 09:57:37 -0400 Subject: [PATCH] WIP: add whitespace changes just to check --- clang/lib/AST/Expr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/AST/Expr.cpp b/clang/lib/AST/Expr.cpp index 4f3837371b3fc..342a7e3e47144 100644 --- a/clang/lib/AST/Expr.cpp +++ b/clang/lib/AST/Expr.cpp @@ -63,7 +63,7 @@ const Expr *Expr::getBestDynamicClassTypeExpr() const { } return E; -} +} const CXXRecordDecl *Expr::getBestDynamicClassType() const { const Expr *E = getBestDynamicClassTypeExpr();