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 c1feb14..2da10ca 100644
--- a/lib/CodeGen/CGCleanup.cpp
+++ b/lib/CodeGen/CGCleanup.cpp
@@ -712,7 +712,7 @@
 
       // 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.