]> granicus.if.org Git - clang/commitdiff
Fix spacing.
authorMike Stump <mrs@apple.com>
Fri, 20 Feb 2009 00:19:45 +0000 (00:19 +0000)
committerMike Stump <mrs@apple.com>
Fri, 20 Feb 2009 00:19:45 +0000 (00:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65089 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDecl.cpp

index 56e7b8b79296c3024ab4b0e20146e50b84630938..ea69a66b055ded4cb59a78ceeab505f1b67239d3 100644 (file)
@@ -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<llvm::GlobalVariable *>(GV), &D);
   }