Code indentation.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2013-02-14 14:42:27 +04:00
parent 11b5a9a56a
commit b66a1e0592
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ mc_search__glob_translate_to_regex (const GString * astr)
/* --------------------------------------------------------------------------------------------- */ /* --------------------------------------------------------------------------------------------- */
static GString * static GString *
mc_search__translate_replace_glob_to_regex (const char * str) mc_search__translate_replace_glob_to_regex (const char *str)
{ {
GString *buff; GString *buff;
int cnt = '0'; int cnt = '0';

View File

@ -1358,7 +1358,7 @@ try_complete (char *text, int *lc_start, int *lc_end, input_complete_t flags)
if (matches != NULL && if (matches != NULL &&
(flags & (INPUT_COMPLETE_FILENAMES | INPUT_COMPLETE_SHELL_ESC)) != (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. */ /* FIXME: HACK? INPUT_COMPLETE_SHELL_ESC is used only in command line. */
char **m; char **m;