From b66a1e0592ff5708e3ddf455726b2357192e2cca Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Thu, 14 Feb 2013 14:42:27 +0400 Subject: [PATCH] Code indentation. Signed-off-by: Andrew Borodin --- lib/search/glob.c | 2 +- lib/widget/input_complete.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/search/glob.c b/lib/search/glob.c index a99de9805..417354f6e 100644 --- a/lib/search/glob.c +++ b/lib/search/glob.c @@ -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'; diff --git a/lib/widget/input_complete.c b/lib/widget/input_complete.c index 35ef8ad44..3dd3d0231 100644 --- a/lib/widget/input_complete.c +++ b/lib/widget/input_complete.c @@ -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; -- 2.11.4.GIT