From 643818bdd81226640a6a0f3c9fdddd94401f8915 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 18 Nov 2009 18:52:31 +0000 Subject: [PATCH] Trim whitespace. llvm-svn: 89219 --- clang/lib/CodeGen/CGDecl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/lib/CodeGen/CGDecl.cpp b/clang/lib/CodeGen/CGDecl.cpp index 1d2040bae203..349ede51c63b 100644 --- a/clang/lib/CodeGen/CGDecl.cpp +++ b/clang/lib/CodeGen/CGDecl.cpp @@ -611,4 +611,3 @@ void CodeGenFunction::EmitParmDecl(const VarDecl &D, llvm::Value *Arg) { DI->EmitDeclareOfArgVariable(&D, DeclPtr, Builder); } } - -- GitLab