From 6777d5044f054088d370926e0b96b49f28dfe866 Mon Sep 17 00:00:00 2001 From: Slava Zanko Date: Sat, 16 Feb 2013 18:17:30 +0300 Subject: [PATCH] Code indentation Signed-off-by: Slava Zanko --- src/execute.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/execute.c b/src/execute.c index 2247567f0..c7e820e03 100644 --- a/src/execute.c +++ b/src/execute.c @@ -67,7 +67,8 @@ int pause_after_run = pause_on_dumb_terminals; void do_execute (const char *shell, const char *command, int flags); void do_executev (const char *shell, int flags, char *const argv[]); char *execute_get_external_cmd_opts_from_config (const char *command, - const vfs_path_t * filename_vpath, long start_line); + const vfs_path_t * filename_vpath, + long start_line); /* --------------------------------------------------------------------------------------------- */ -- 2.11.4.GIT