sim: fix func call style (space before paren)
[deliverable/binutils-gdb.git] / sim / common / sim-stop.c
index 4404e4b1bf03b9fcb3b3bfb2bbd7bd58d27bdb2a..65881c6aea45e9cd92b965867e8102e408e8aaa8 100644 (file)
@@ -35,9 +35,9 @@ int
 sim_stop (SIM_DESC sd)
 {
   ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
-  sim_events_schedule_after_signal(sd,
-                                  0 /*NOW*/,
-                                  control_c_simulation,
-                                  sd /*data*/);
+  sim_events_schedule_after_signal (sd,
+                                   0 /*NOW*/,
+                                   control_c_simulation,
+                                   sd /*data*/);
   return 1;
 }
This page took 0.025787 seconds and 4 git commands to generate.