mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Code indentation.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
11b5a9a56a
commit
b66a1e0592
@ -101,7 +101,7 @@ mc_search__glob_translate_to_regex (const GString * astr)
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
|
||||
static GString *
|
||||
mc_search__translate_replace_glob_to_regex (const char * str)
|
||||
mc_search__translate_replace_glob_to_regex (const char *str)
|
||||
{
|
||||
GString *buff;
|
||||
int cnt = '0';
|
||||
|
@ -1358,7 +1358,7 @@ try_complete (char *text, int *lc_start, int *lc_end, input_complete_t flags)
|
||||
|
||||
if (matches != NULL &&
|
||||
(flags & (INPUT_COMPLETE_FILENAMES | INPUT_COMPLETE_SHELL_ESC)) !=
|
||||
(INPUT_COMPLETE_FILENAMES | INPUT_COMPLETE_SHELL_ESC))
|
||||
(INPUT_COMPLETE_FILENAMES | INPUT_COMPLETE_SHELL_ESC))
|
||||
{
|
||||
/* FIXME: HACK? INPUT_COMPLETE_SHELL_ESC is used only in command line. */
|
||||
char **m;
|
||||
|
Loading…
Reference in New Issue
Block a user