From: Mike Stump Date: Fri, 20 Feb 2009 00:19:45 +0000 (+0000) Subject: Fix spacing. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4451bd943c7dcdc4ac1542d176e548cf73021d97;p=clang Fix spacing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65089 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDecl.cpp b/lib/CodeGen/CGDecl.cpp index 56e7b8b792..ea69a66b05 100644 --- a/lib/CodeGen/CGDecl.cpp +++ b/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); }