mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-03 14:41:34 +03:00
Fixed indentation.
This commit is contained in:
parent
e223667dc3
commit
132ee7a361
@ -3219,7 +3219,7 @@ view_event (WView *view, Gpm_Event *event, int *result)
|
||||
} else if (y < view->data_area.top + view->data_area.height * 2/3) {
|
||||
/* ignore the click */
|
||||
} else {
|
||||
if (mouse_move_pages_viewer)
|
||||
if (mouse_move_pages_viewer)
|
||||
view_move_down (view, view->data_area.height / 2);
|
||||
else
|
||||
view_move_down (view, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user