glib: Trivial whitespace fix
authorArun Raghavan <git@arunraghavan.net>
Tue, 9 Feb 2016 10:49:00 +0000 (16:19 +0530)
committerArun Raghavan <git@arunraghavan.net>
Tue, 9 Feb 2016 10:49:00 +0000 (16:19 +0530)
src/pulse/glib-mainloop.c

index 268894a..1ce3cd3 100644 (file)
@@ -595,7 +595,7 @@ static const pa_mainloop_api vtable = {
     .io_new = glib_io_new,
     .io_enable = glib_io_enable,
     .io_free = glib_io_free,
-    .io_set_destroy= glib_io_set_destroy,
+    .io_set_destroy = glib_io_set_destroy,
 
     .time_new = glib_time_new,
     .time_restart = glib_time_restart,