diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-09-10 02:14:49 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-09-10 02:14:49 +0000 |
commit | 4189a76f55a9d5bb6fb3e63a491724b4dc2a7c45 (patch) | |
tree | a8d27ecd7150206dfdba3ce86c783f343ecb1db3 | |
parent | 2fac626e2ab4093d4b49c09ab475c5ed8bc9e3e8 (diff) |
Change line endings: CRLF -> LF
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56043 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/AST/ExprCXX.cpp | 8 |
1 files 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; +} //===----------------------------------------------------------------------===// |