aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2013-01-27 21:00:11 -0800
committerChad Versace <chad.versace@linux.intel.com>2013-01-27 21:29:27 -0800
commit0151ead4da498f4fd32897c129a9ba9885d339b6 (patch)
treeabe0a1e0b2553dd34d7fb6198f7d197d91e8ad0a
parent7a4fc241297e62a3279bf3ce47fd4ffe7e1f27ca (diff)
wayland: Minor whitespace fix
A 20-space indent should be 4. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--src/waffle/wayland/wayland_display.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/waffle/wayland/wayland_display.c b/src/waffle/wayland/wayland_display.c
index 5307401..a6e8f56 100644
--- a/src/waffle/wayland/wayland_display.c
+++ b/src/waffle/wayland/wayland_display.c
@@ -77,8 +77,8 @@ registry_listener_global(void *data,
}
static const struct wl_registry_listener registry_listener = {
- .global = registry_listener_global,
- .global_remove = NULL,
+ .global = registry_listener_global,
+ .global_remove = NULL,
};
struct wcore_display*