mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Ticket #4426: code clean up before 4.8.30 release.
(panel_do_set_filter): fix indentation. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
1d845d0dc5
commit
3364b5772c
@ -2701,7 +2701,9 @@ panel_select_invert_files (WPanel * panel)
|
||||
static void
|
||||
panel_do_set_filter (WPanel * panel)
|
||||
{
|
||||
file_filter_t ff = {.value = NULL,.handler = NULL,.flags = panel->filter.flags };
|
||||
/* *INDENT-OFF* */
|
||||
file_filter_t ff = { .value = NULL, .handler = NULL, .flags = panel->filter.flags };
|
||||
/* *INDENT-ON* */
|
||||
|
||||
ff.handler =
|
||||
panel_select_unselect_files_dialog (&ff.flags, _("Filter"), MC_HISTORY_FM_PANEL_FILTER,
|
||||
|
Loading…
Reference in New Issue
Block a user