updated: [master] [923d379] Code indentation.

1 view
Skip to first unread message

Andrew Borodin

unread,
Apr 12, 2013, 1:43:35 AM4/12/13
to mc-co...@googlegroups.com
The following commit has been merged in the master branch:
commit 923d379d5a068a36d17442846ec059712b084c57
Author: Andrew Borodin <abor...@vmail.ru>
Date: Fri Apr 12 09:40:55 2013 +0400

Code indentation.

Signed-off-by: Andrew Borodin <abor...@vmail.ru>

diff --git a/src/filemanager/ext.c b/src/filemanager/ext.c
index d897910..4a2c5a7 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 3d0b610..e68642b 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 */

--
Midnight Commander Development
Reply all
Reply to author
Forward
0 new messages