From: Ray Strode Date: Tue, 14 Oct 2008 17:25:20 +0000 (-0400) Subject: Whitespace clean up in ply-event-loop.c X-Git-Tag: 0.6.0~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f35ddd44a561624467f04b59d2bb815e4298c80;p=thirdparty%2Fplymouth.git Whitespace clean up in ply-event-loop.c --- diff --git a/src/libply/ply-event-loop.c b/src/libply/ply-event-loop.c index ac200bbe..fe7edbcc 100644 --- a/src/libply/ply-event-loop.c +++ b/src/libply/ply-event-loop.c @@ -893,9 +893,9 @@ ply_event_loop_stop_watching_for_timeout (ply_event_loop_t *loop, void *user_data) { ply_list_node_t *node; - + loop->wakeup_time = PLY_EVENT_LOOP_NO_TIMED_WAKEUP; - + node = ply_list_get_first_node (loop->timeout_watches); while (node != NULL) { @@ -1130,7 +1130,7 @@ ply_event_loop_handle_timeouts (ply_event_loop_t *loop) now = ply_get_timestamp (); node = ply_list_get_first_node (loop->timeout_watches); - loop->wakeup_time=PLY_EVENT_LOOP_NO_TIMED_WAKEUP; + loop->wakeup_time = PLY_EVENT_LOOP_NO_TIMED_WAKEUP; while (node != NULL) { ply_list_node_t *next_node;