From: Adrian Prantl Date: Mon, 8 Apr 2013 20:52:12 +0000 (+0000) Subject: fix indentation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d83cdd61341ec95c0954687ad387f1175cc2d7bd;p=clang fix indentation git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179052 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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(blockDecl->getBody())->getRBracLoc()); + cast(blockDecl->getBody())->getRBracLoc()); } // And resume where we left off.