diff options
author | Mike Stump <mrs@apple.com> | 2009-02-20 00:19:45 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-02-20 00:19:45 +0000 |
commit | 4451bd943c7dcdc4ac1542d176e548cf73021d97 (patch) | |
tree | 50e7197346a333b502b2b4a6691decc05b5269c3 /lib/CodeGen/CGDecl.cpp | |
parent | ebbbb1b211119e13229c487dfc1713e8d1e77a41 (diff) |
Fix spacing.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65089 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDecl.cpp')
-rw-r--r-- | lib/CodeGen/CGDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<llvm::GlobalVariable *>(GV), &D); } |