summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2009-09-23 01:44:04 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2009-09-23 01:44:04 -0400
commit716162eb5ecf1e10f2c76fcdfb41a3fc14ddb6bb (patch)
tree093f7d949428c82926316011f60d441e2f68cca3
parent457698f8027e79b54053fbc464c887e542553d03 (diff)
Fix more spacing
-rw-r--r--src/theme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theme.c b/src/theme.c
index 1d179d8..4139168 100644
--- a/src/theme.c
+++ b/src/theme.c
@@ -760,7 +760,7 @@ void
notification_tick (GtkWindow *nw,
glong remaining)
{
- WindowData *windata = g_object_get_data(G_OBJECT(nw), "windata");
+ WindowData *windata = g_object_get_data(G_OBJECT (nw), "windata");
windata->remaining = remaining;
@@ -864,7 +864,7 @@ countdown_expose_cb (GtkWidget *pie,
style = gtk_widget_get_style (windata->win);
context = gdk_cairo_create (GDK_DRAWABLE (windata->pie_countdown->window));
cairo_set_operator (context, CAIRO_OPERATOR_SOURCE);
- surface = cairo_surface_create_similar (cairo_get_target(context),
+ surface = cairo_surface_create_similar (cairo_get_target (context),
CAIRO_CONTENT_COLOR_ALPHA,
pie->allocation.width,
pie->allocation.height);