[gtk+] gdkeventsource-wayland: Fix style



commit ecc64f63e4797e564d2d9057eb0f7b6b476ec2b2
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Dec 28 17:54:09 2014 -0800

    gdkeventsource-wayland: Fix style

 gdk/wayland/gdkeventsource.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/wayland/gdkeventsource.c b/gdk/wayland/gdkeventsource.c
index 11e7b1e..1595a30 100644
--- a/gdk/wayland/gdkeventsource.c
+++ b/gdk/wayland/gdkeventsource.c
@@ -135,9 +135,9 @@ _gdk_wayland_display_event_source_new (GdkDisplay *display)
 
   display_wayland = GDK_WAYLAND_DISPLAY (display);
   wl_source->display = display;
-  wl_source->pfd.fd = wl_display_get_fd(display_wayland->wl_display);
+  wl_source->pfd.fd = wl_display_get_fd (display_wayland->wl_display);
   wl_source->pfd.events = G_IO_IN | G_IO_ERR | G_IO_HUP;
-  g_source_add_poll(source, &wl_source->pfd);
+  g_source_add_poll (source, &wl_source->pfd);
 
   g_source_set_priority (source, GDK_PRIORITY_EVENTS);
   g_source_set_can_recurse (source, TRUE);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]