summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2013-04-08 20:52:12 +0000
committerAdrian Prantl <aprantl@apple.com>2013-04-08 20:52:12 +0000
commit83e30fd80ff089d0ee14f9a21f68f507a073fbc2 (patch)
tree2067ab7100d38bb6798022ff03b20c75a365e4ec /clang
parentc0406e162c041ea08e22e320da31d4a739ea7cfe (diff)
downloadbcm5719-llvm-83e30fd80ff089d0ee14f9a21f68f507a073fbc2.tar.gz
bcm5719-llvm-83e30fd80ff089d0ee14f9a21f68f507a073fbc2.zip
fix indentation
llvm-svn: 179052
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/CodeGen/CGBlocks.cpp2
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.
OpenPOWER on IntegriCloud