formatting

SVN revision: 78850
This commit is contained in:
Mike Blumenkrantz 2012-11-02 10:11:32 +00:00
parent 943d9d7423
commit b355a53324
1 changed files with 3 additions and 3 deletions

View File

@ -3494,9 +3494,9 @@ e_border_idler_before(void)
bd->changes.visible = 0;
}
if(bd->zone)
if (bd->zone)
{
if(e_config->screen_limits != E_SCREEN_LIMITS_COMPLETELY)
if (e_config->screen_limits != E_SCREEN_LIMITS_COMPLETELY)
_e_border_move_lost_window_to_center(bd);
}
}
@ -6726,7 +6726,7 @@ _e_border_stay_within_container(E_Border *bd, int x, int y, int *new_x, int *new
int zw, zh;
Eina_Bool lw, lh;
if(!bd->zone)
if (!bd->zone)
{
if (new_x) *new_x = x;
if (new_y) *new_y = y;