From 923d379d5a068a36d17442846ec059712b084c57 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Fri, 12 Apr 2013 09:40:55 +0400 Subject: [PATCH] Code indentation. Signed-off-by: Andrew Borodin --- src/filemanager/ext.c | 6 ++++-- src/viewer/mcviewer.h | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/filemanager/ext.c b/src/filemanager/ext.c index d8979102d..4a2c5a759 100644 --- a/src/filemanager/ext.c +++ b/src/filemanager/ext.c @@ -411,7 +411,8 @@ exec_extension_cd (void) /* --------------------------------------------------------------------------------------------- */ static vfs_path_t * -exec_extension (void *target, const vfs_path_t * filename_vpath, const char *lc_data, int start_line) +exec_extension (void *target, const vfs_path_t * filename_vpath, const char *lc_data, + int start_line) { char *shell_string, *export_variables; vfs_path_t *script_vpath = NULL; @@ -1047,7 +1048,8 @@ regex_command_for (void *target, const vfs_path_t * filename_vpath, const char * { vfs_path_t *sv; - sv = exec_extension (target, filename_vpath, r + 1, view_at_line_number); + sv = exec_extension (target, filename_vpath, r + 1, + view_at_line_number); if (script_vpath != NULL) *script_vpath = sv; else diff --git a/src/viewer/mcviewer.h b/src/viewer/mcviewer.h index 3d0b6100d..e68642b6e 100644 --- a/src/viewer/mcviewer.h +++ b/src/viewer/mcviewer.h @@ -45,7 +45,8 @@ extern mcview_t *mcview_new (int y, int x, int lines, int cols, gboolean is_pane */ extern gboolean mcview_viewer (const char *command, const vfs_path_t * file_vpath, int start_line); -extern gboolean mcview_load (mcview_t * view, const char *command, const char *file, int start_line); +extern gboolean mcview_load (mcview_t * view, const char *command, const char *file, + int start_line); /*** inline functions ****************************************************************************/ #endif /* MC__VIEWER_H */ -- 2.11.4.GIT