wtf, removing wrongly inserted tabs in previous commit

SVN revision: 64588
This commit is contained in:
Youness Alaoui 2011-10-31 23:26:24 +00:00
parent a98518a9de
commit 88f331c878
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}
}