Minor cleanups (mainly indentation).

llvm-svn: 47955
diff --git a/clang/Analysis/GRCoreEngine.cpp b/clang/Analysis/GRCoreEngine.cpp
index 4eb024f..cff3337 100644
--- a/clang/Analysis/GRCoreEngine.cpp
+++ b/clang/Analysis/GRCoreEngine.cpp
@@ -113,7 +113,8 @@
   return WList->hasWork();
 }
 
-void GRCoreEngineImpl::HandleBlockEdge(const BlockEdge& L, ExplodedNodeImpl* Pred) {
+void GRCoreEngineImpl::HandleBlockEdge(const BlockEdge& L,
+                                       ExplodedNodeImpl* Pred) {
   
   CFGBlock* Blk = L.getDst();
   
@@ -144,7 +145,7 @@
 }
 
 void GRCoreEngineImpl::HandleBlockEntrance(const BlockEntrance& L,
-                                       ExplodedNodeImpl* Pred) {
+                                           ExplodedNodeImpl* Pred) {
   
   // Increment the block counter.
   GRBlockCounter Counter = WList->getBlockCounter();