]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Whitespace clean up in ply-event-loop.c
authorRay Strode <rstrode@redhat.com>
Tue, 14 Oct 2008 17:25:20 +0000 (13:25 -0400)
committerRay Strode <rstrode@redhat.com>
Tue, 14 Oct 2008 17:25:20 +0000 (13:25 -0400)
src/libply/ply-event-loop.c

index ac200bbe6221f8d42f70eea7cc6a5a517b4def8d..fe7edbccd52565c468c75263055d23c08c5e687d 100644 (file)
@@ -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;