[gtk+/gdk-backend-wayland] wayland: Fix indentation
- From: Kristian Høgsberg <krh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gdk-backend-wayland] wayland: Fix indentation
- Date: Thu, 10 Feb 2011 16:05:07 +0000 (UTC)
commit 9e1a0a1becfcd1553296ec3398754a4967280cce
Author: Kristian Høgsberg <krh bitplanet net>
Date: Thu Feb 10 11:01:09 2011 -0500
wayland: Fix indentation
gdk/wayland/gdkdevice-wayland.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c
index 6f4237c..531e249 100644
--- a/gdk/wayland/gdkdevice-wayland.c
+++ b/gdk/wayland/gdkdevice-wayland.c
@@ -587,11 +587,11 @@ input_handle_keyboard_focus(void *data,
}
static const struct wl_input_device_listener input_device_listener = {
- input_handle_motion,
- input_handle_button,
- input_handle_key,
- input_handle_pointer_focus,
- input_handle_keyboard_focus,
+ input_handle_motion,
+ input_handle_button,
+ input_handle_key,
+ input_handle_pointer_focus,
+ input_handle_keyboard_focus,
};
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]