]> granicus.if.org Git - clang/commitdiff
fix indentation
authorAdrian Prantl <aprantl@apple.com>
Mon, 8 Apr 2013 20:52:12 +0000 (20:52 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 8 Apr 2013 20:52:12 +0000 (20:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179052 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGBlocks.cpp

index 227ee2d024c6d08b913982ae10599602e25a2ea8..317d3c217d570b92ef6e2131d1c0ba48c913f99b 100644 (file)
@@ -1241,7 +1241,7 @@ CodeGenFunction::GenerateBlockFunction(GlobalDecl GD,
     }
     // 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.