From: John McCall Date: Wed, 10 Aug 2011 04:11:11 +0000 (+0000) Subject: Formatting. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7d002041dc60521f237b4219fd4167d1fe67aa7;p=clang Formatting. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137200 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGCleanup.cpp b/lib/CodeGen/CGCleanup.cpp index c1feb1446d..2da10ca006 100644 --- a/lib/CodeGen/CGCleanup.cpp +++ b/lib/CodeGen/CGCleanup.cpp @@ -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.