From 4189a76f55a9d5bb6fb3e63a491724b4dc2a7c45 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Wed, 10 Sep 2008 02:14:49 +0000 Subject: [PATCH] Change line endings: CRLF -> LF git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56043 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/ExprCXX.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; +} //===----------------------------------------------------------------------===// -- 2.40.0