commit | f3aafd6ab4f59a84b96c9813de31580806532ff2 | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Fri Feb 20 00:19:45 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Fri Feb 20 00:19:45 2009 +0000 |
tree | 50e7197346a333b502b2b4a6691decc05b5269c3 | |
parent | ec52b7d478efc5b1d55614c006c196ccbb1aa3b5 [diff] [blame] |
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 56e7b8b..ea69a66 100644 --- a/lib/CodeGen/CGDecl.cpp +++ b/lib/CodeGen/CGDecl.cpp
@@ -153,7 +153,7 @@ // 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); }