]> code.delx.au - pulseaudio/blobdiff - src/pulse/glib-mainloop.c
Fix up according to Coding Style
[pulseaudio] / src / pulse / glib-mainloop.c
index 5f5dc4940388a94d3a6c8586fd2fdfbb9bf4efc4..637c5ea3cc746ddee5cb3f046e16907446925514 100644 (file)
@@ -5,7 +5,7 @@
 
   PulseAudio is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as published
-  by the Free Software Foundation; either version 2 of the License,
+  by the Free Software Foundation; either version 2.1 of the License,
   or (at your option) any later version.
 
   PulseAudio is distributed in the hope that it will be useful, but
@@ -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);