From f5a5c4fa11c4ab1ea24293442a3d588794bff2c4 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Fri, 20 Feb 2009 00:19:45 +0000 Subject: Fix spacing. llvm-svn: 65089 --- clang/lib/CodeGen/CGDecl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CGDecl.cpp') diff --git a/clang/lib/CodeGen/CGDecl.cpp b/clang/lib/CodeGen/CGDecl.cpp index 56e7b8b7929..ea69a66b055 100644 --- a/clang/lib/CodeGen/CGDecl.cpp +++ b/clang/lib/CodeGen/CGDecl.cpp @@ -153,7 +153,7 @@ void CodeGenFunction::EmitStaticBlockVarDecl(const VarDecl &D) { // Emit global variable debug descriptor for static vars. CGDebugInfo *DI = getDebugInfo(); - if(DI) { + if (DI) { DI->setLocation(D.getLocation()); DI->EmitGlobalVariable(static_cast(GV), &D); } -- cgit v1.2.3