glib: Trivial whitespace fix

This commit is contained in:
Arun Raghavan 2016-02-09 16:19:00 +05:30
parent 2086fc82b6
commit 54bb94b577

View 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,