From: Justin Seyster Date: Tue, 6 Jul 2010 22:25:32 +0000 (-0400) Subject: Fixed whitespace errors. X-Git-Tag: release-v1.0~89^2 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=dc3ab8fd634540f0cc1c70070a1979b9186f19aa;p=interaspect.git Fixed whitespace errors. --- diff --git a/src/aop-main.c b/src/aop-main.c index 9b6a563..1a75dfc 100644 --- a/src/aop-main.c +++ b/src/aop-main.c @@ -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