From 88f331c8787abf39d809b2edf56a32dbb99f268c Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Mon, 31 Oct 2011 23:26:24 +0000 Subject: [PATCH] wtf, removing wrongly inserted tabs in previous commit SVN revision: 64588 --- src/bin/e_gadcon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/e_gadcon.c b/src/bin/e_gadcon.c index 4b88665c9..289715120 100644 --- a/src/bin/e_gadcon.c +++ b/src/bin/e_gadcon.c @@ -3762,9 +3762,9 @@ _e_gadcon_layout_smart_gadcons_width_adjust(E_Smart_Data *sd, int min, int cur) } } } - /* If the 'needed' size change didn't get modified (no gadget has autoscroll) - then we must break or we end up in an infinite loop */ - if (need == needed) break; + /* If the 'needed' size change didn't get modified (no gadget has autoscroll) + then we must break or we end up in an infinite loop */ + if (need == needed) break; } }