indent fix

SVN revision: 62042
This commit is contained in:
Carsten Haitzler 2011-08-03 07:16:20 +00:00
parent 92c35c1e5d
commit 5f84a1a170
1 changed files with 6 additions and 8 deletions

View File

@ -2255,7 +2255,6 @@ _item_block_position(Item_Block *itb,
} }
} }
if (!it->move_effect_enabled) if (!it->move_effect_enabled)
{
{ {
if (it->mode_view) if (it->mode_view)
_item_position(it, it->mode_view, it->scrl_x, _item_position(it, it->mode_view, it->scrl_x,
@ -2263,7 +2262,6 @@ _item_block_position(Item_Block *itb,
else else
_item_position(it, it->base.view, it->scrl_x, _item_position(it, it->base.view, it->scrl_x,
it->scrl_y); it->scrl_y);
}
it->old_scrl_y = it->scrl_y; it->old_scrl_y = it->scrl_y;
} }
} }