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 | f5a5c4fa11c4ab1ea24293442a3d588794bff2c4 (patch) | |
tree | a87cbb495d8862374b6a148c177454630e6b8888 /clang/lib/CodeGen/CGDecl.cpp | |
parent | 1973d8462580695f5aa1f41bc7a8c480780ab93f (diff) | |
download | bcm5719-llvm-f5a5c4fa11c4ab1ea24293442a3d588794bff2c4.tar.gz bcm5719-llvm-f5a5c4fa11c4ab1ea24293442a3d588794bff2c4.zip |
Fix spacing.
llvm-svn: 65089
Diffstat (limited to 'clang/lib/CodeGen/CGDecl.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<llvm::GlobalVariable *>(GV), &D); } |