]> code.delx.au - pulseaudio/blobdiff - src/pulse/glib-mainloop.c
Fix up according to Coding Style
[pulseaudio] / src / pulse / glib-mainloop.c
index 6afb7a2d38ac7efa8154ac105d31a77e6b407e7b..637c5ea3cc746ddee5cb3f046e16907446925514 100644 (file)
@@ -336,7 +336,7 @@ static void glib_time_restart(pa_time_event*e, const struct timeval *tv) {
             e->mainloop->cached_next_time_event = e;
     } else if (e->mainloop->cached_next_time_event == e)
         e->mainloop->cached_next_time_event = NULL;
- }
+}
 
 static void glib_time_free(pa_time_event *e) {
     g_assert(e);