Code indentation.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
родитель
11b5a9a56a
Коммит
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;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user