]> granicus.if.org Git - clang/commitdiff
Formatting.
authorJohn McCall <rjmccall@apple.com>
Wed, 10 Aug 2011 04:11:11 +0000 (04:11 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 10 Aug 2011 04:11:11 +0000 (04:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137200 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGCleanup.cpp

index c1feb1446d5ce315e1b66e94655c5ec50a3b421c..2da10ca00607a954215e5d30fab1e661723feb28 100644 (file)
@@ -712,7 +712,7 @@ void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough) {
 
       // I.  Set up the fallthrough edge in.
 
-    CGBuilderTy::InsertPoint savedInactiveFallthroughIP;
+      CGBuilderTy::InsertPoint savedInactiveFallthroughIP;
 
       // If there's a fallthrough, we need to store the cleanup
       // destination index.  For fall-throughs this is always zero.