mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-07 08:31:31 +03:00
Ticket #4490: code cleanup before 4.8.31 release.
(mcdiffview_dialog_search): indentation. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
6abea9976b
commit
f29c5a35f7
@ -85,7 +85,8 @@ mcdiffview_dialog_search (WDiff * dview)
|
||||
quick_widget_t quick_widgets[] = {
|
||||
/* *INDENT-OFF* */
|
||||
QUICK_LABELED_INPUT (N_("Enter search string:"), input_label_above, INPUT_LAST_TEXT,
|
||||
MC_HISTORY_SHARED_SEARCH, &exp, NULL, FALSE, FALSE, INPUT_COMPLETE_NONE),
|
||||
MC_HISTORY_SHARED_SEARCH, &exp, NULL, FALSE, FALSE,
|
||||
INPUT_COMPLETE_NONE),
|
||||
QUICK_SEPARATOR (TRUE),
|
||||
QUICK_START_COLUMNS,
|
||||
QUICK_RADIO (num_of_types, (const char **) list_of_types,
|
||||
|
Loading…
x
Reference in New Issue
Block a user