r179052 - fix indentation
Adrian Prantl
aprantl at apple.com
Mon Apr 8 13:52:12 PDT 2013
Author: adrian
Date: Mon Apr 8 15:52:12 2013
New Revision: 179052
URL: http://llvm.org/viewvc/llvm-project?rev=179052&view=rev
Log:
fix indentation
Modified:
cfe/trunk/lib/CodeGen/CGBlocks.cpp
Modified: cfe/trunk/lib/CodeGen/CGBlocks.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGBlocks.cpp?rev=179052&r1=179051&r2=179052&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGBlocks.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGBlocks.cpp Mon Apr 8 15:52:12 2013
@@ -1241,7 +1241,7 @@ CodeGenFunction::GenerateBlockFunction(G
}
// 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.
More information about the cfe-commits
mailing list