From: Argyrios Kyrtzidis Date: Wed, 10 Sep 2008 02:14:49 +0000 (+0000) Subject: Change line endings: CRLF -> LF X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4189a76f55a9d5bb6fb3e63a491724b4dc2a7c45;p=clang Change line endings: CRLF -> LF git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56043 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/ExprCXX.cpp b/lib/AST/ExprCXX.cpp index 2ad65451de..0c374ff5cc 100644 --- a/lib/AST/ExprCXX.cpp +++ b/lib/AST/ExprCXX.cpp @@ -14,10 +14,10 @@ #include "clang/AST/ExprCXX.h" using namespace clang; -void CXXConditionDeclExpr::Destroy(ASTContext& C) { - getVarDecl()->Destroy(C); - delete this; -} +void CXXConditionDeclExpr::Destroy(ASTContext& C) { + getVarDecl()->Destroy(C); + delete this; +} //===----------------------------------------------------------------------===//