diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-04-08 20:52:12 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-04-08 20:52:12 +0000 |
commit | 83e30fd80ff089d0ee14f9a21f68f507a073fbc2 (patch) | |
tree | 2067ab7100d38bb6798022ff03b20c75a365e4ec /clang/lib/CodeGen | |
parent | c0406e162c041ea08e22e320da31d4a739ea7cfe (diff) | |
download | bcm5719-llvm-83e30fd80ff089d0ee14f9a21f68f507a073fbc2.tar.gz bcm5719-llvm-83e30fd80ff089d0ee14f9a21f68f507a073fbc2.zip |
fix indentation
llvm-svn: 179052
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CGBlocks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGBlocks.cpp b/clang/lib/CodeGen/CGBlocks.cpp index 227ee2d024c..317d3c217d5 100644 --- a/clang/lib/CodeGen/CGBlocks.cpp +++ b/clang/lib/CodeGen/CGBlocks.cpp @@ -1241,7 +1241,7 @@ CodeGenFunction::GenerateBlockFunction(GlobalDecl GD, } // Recover location if it was changed in the above loop. DI->EmitLocation(Builder, - cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); + cast<CompoundStmt>(blockDecl->getBody())->getRBracLoc()); } // And resume where we left off. |