From fc7e636c1faff3a12d7d3440ee07671f3b409124 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sat, 5 Dec 2009 23:36:42 +0000 Subject: [PATCH] just some formatting I noticed while reading code. SVN revision: 44205 --- src/bin/e_border.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/e_border.c b/src/bin/e_border.c index ed6da1937..20dfed139 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -984,8 +984,8 @@ e_border_fx_offset(E_Border *bd, int x, int y) static void _e_border_move_resize_internal(E_Border *bd, int x, int y, int w, int h, Eina_Bool without_border, Eina_Bool move) { - E_Event_Border_Move *mev; - E_Event_Border_Resize *rev; + E_Event_Border_Move *mev; + E_Event_Border_Resize *rev; E_OBJECT_CHECK(bd); E_OBJECT_TYPE_CHECK(bd, E_BORDER_TYPE); @@ -6956,7 +6956,7 @@ _e_border_eval(E_Border *bd) EINA_LIST_FOREACH(focus_stack, l, bd2) { if (bd == bd2) continue; - if ((!bd2->iconic) && (bd2->visible) && (bd->desk == bd2->desk)) + if ((!bd2->iconic) && (bd2->visible) && (bd->desk == bd2->desk)) break; }