From 54bb94b5771cdf0edf728a8048a078cf6c3cfc75 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 9 Feb 2016 16:19:00 +0530 Subject: [PATCH] glib: Trivial whitespace fix --- src/pulse/glib-mainloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pulse/glib-mainloop.c b/src/pulse/glib-mainloop.c index 268894aa6..1ce3cd39e 100644 --- a/src/pulse/glib-mainloop.c +++ b/src/pulse/glib-mainloop.c @@ -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,