Fixed whitespace errors.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Tue, 6 Jul 2010 22:25:32 +0000 (18:25 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Tue, 6 Jul 2010 22:25:32 +0000 (18:25 -0400)
src/aop-main.c

index 9b6a56354152275fe8119068cea16e6126650f6c..1a75dfc48d878f2ab453fd9be90f645656fdede2 100644 (file)
@@ -65,7 +65,7 @@ regimplify ()
   FOR_EACH_BB(bb)
     {
       gimple_stmt_iterator gsi;
-      
+
       for (gsi = gsi_start_bb (bb) ; !gsi_end_p (gsi) ; gsi_next (&gsi))
        {
          gimple stmt = gsi_stmt (gsi);
@@ -86,7 +86,7 @@ aop_join_on (struct aop_pointcut *pc, join_callback callback,
   if (pc->need_regimplification) {
     regimplify();
     pc->need_regimplification = false;
-  }  
+  }
 }
 
 /* Store a list of all struct opt_pass objects we create so that we