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 | d83cdd61341ec95c0954687ad387f1175cc2d7bd (patch) | |
tree | aaeb85bf35da12c929657a170fc97374331b75c0 /lib/CodeGen | |
parent | 493fe6d504a436c0639e641ef7c3c3982cf5feca (diff) |
fix indentation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179052 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/CGBlocks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGBlocks.cpp b/lib/CodeGen/CGBlocks.cpp index 227ee2d024..317d3c217d 100644 --- a/lib/CodeGen/CGBlocks.cpp +++ b/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. |