From 96a38b7b0d67335674e13e5cefc687a4069a60ed Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Wed, 18 Jan 2012 22:10:43 +0000 Subject: [PATCH] e/gadman: formatting SVN revision: 67297 --- src/modules/gadman/e_mod_gadman.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/gadman/e_mod_gadman.c b/src/modules/gadman/e_mod_gadman.c index a492c0343..a99983604 100644 --- a/src/modules/gadman/e_mod_gadman.c +++ b/src/modules/gadman/e_mod_gadman.c @@ -44,7 +44,7 @@ static void _e_gadman_client_remove (void *data __UNUSED__, E_Gadcon_Client *gcc E_Gadcon_Client *current = NULL; Manager *Man = NULL; -static E_Gadcon_Location * location = NULL; +static E_Gadcon_Location *location = NULL; /* Implementation */ void @@ -70,9 +70,9 @@ gadman_init(E_Module *m) e_container_shape_change_callback_add(Man->container, on_shape_change, NULL); /* create and register "desktop" location */ - location = e_gadcon_location_new ("Desktop", E_GADCON_SITE_DESKTOP, - _e_gadman_client_add, NULL, - _e_gadman_client_remove, NULL); + location = e_gadcon_location_new("Desktop", E_GADCON_SITE_DESKTOP, + _e_gadman_client_add, NULL, + _e_gadman_client_remove, NULL); e_gadcon_location_set_icon_name(location, "preferences-desktop"); e_gadcon_location_register(location); @@ -1108,7 +1108,7 @@ on_top(void *data, Evas_Object *o __UNUSED__, const char *em __UNUSED__, const c if (h < current->min.h) { - my -=current->min.h - h; + my -= current->min.h - h; h = current->min.h; } /* don't go out of the screen */