summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2011-12-12 18:08:10 +0000
committerNeil Roberts <neil@linux.intel.com>2011-12-14 16:41:15 +0000
commit184023bd2b1248c9ef23c99c38b8e04998bb669f (patch)
tree210ae18669ab6ec1357da093a8dcb3643cbe3590
parentff5bfc4a869b5f4afc0ac90e7cf39f613f348441 (diff)
downloadcogl-184023bd2b1248c9ef23c99c38b8e04998bb669f.tar.gz
cogland: Remove tabs
Tabs make me sad. Reviewed-by: Robert Bragg <robert@linux.intel.com>
-rw-r--r--examples/cogland.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/examples/cogland.c b/examples/cogland.c
index 97324b09..7f282041 100644
--- a/examples/cogland.c
+++ b/examples/cogland.c
@@ -175,7 +175,7 @@ shm_buffer_created (struct wl_buffer *wayland_buffer)
static void
shm_buffer_damaged (struct wl_buffer *wayland_buffer,
- gint32 x,
+ gint32 x,
gint32 y,
gint32 width,
gint32 height)
@@ -540,7 +540,7 @@ const static struct wl_compositor_interface cogland_compositor_interface =
static void
compositor_bind (struct wl_client *client,
- void *data,
+ void *data,
guint32 version,
guint32 id)
{
@@ -571,24 +571,24 @@ shell_resize (struct wl_client *client,
static void
shell_set_toplevel (struct wl_client *client,
- struct wl_resource *resource,
- struct wl_resource *surface_resource)
+ struct wl_resource *resource,
+ struct wl_resource *surface_resource)
{
}
static void
shell_set_transient (struct wl_client *client,
- struct wl_resource *resource,
- struct wl_resource *surface_resource,
- struct wl_resource *parent_resource,
- int x, int y, uint32_t flags)
+ struct wl_resource *resource,
+ struct wl_resource *surface_resource,
+ struct wl_resource *parent_resource,
+ int x, int y, uint32_t flags)
{
}
static void
shell_set_fullscreen (struct wl_client *client,
- struct wl_resource *resource,
- struct wl_resource *surface_resource)
+ struct wl_resource *resource,
+ struct wl_resource *surface_resource)
{
}
@@ -633,7 +633,7 @@ main (int argc, char **argv)
if (!wl_display_add_global (compositor.wayland_display,
&wl_compositor_interface,
- &compositor,
+ &compositor,
compositor_bind))
g_error ("Failed to register wayland compositor object");