]> granicus.if.org Git - clang/commitdiff
Change line endings: CRLF -> LF
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 10 Sep 2008 02:14:49 +0000 (02:14 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 10 Sep 2008 02:14:49 +0000 (02:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56043 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ExprCXX.cpp

index 2ad65451deea53b28021dd9e4c60489664925720..0c374ff5cce843d3e5a86820011d5e6a0837483a 100644 (file)
 #include "clang/AST/ExprCXX.h"
 using namespace clang;
 
-void CXXConditionDeclExpr::Destroy(ASTContext& C) {\r
-  getVarDecl()->Destroy(C);\r
-  delete this;\r
-}\r
+void CXXConditionDeclExpr::Destroy(ASTContext& C) {
+  getVarDecl()->Destroy(C);
+  delete this;
+}
 
 
 //===----------------------------------------------------------------------===//