From 8bfdb86ad9a82c0f138fe4afc9f17b4e0e508aae Mon Sep 17 00:00:00 2001 From: rockstarTS Date: Wed, 19 Dec 2012 15:46:16 -0700 Subject: [PATCH] Aligned some comments in qsub main_func --- src/cmds/qsub_functions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmds/qsub_functions.c b/src/cmds/qsub_functions.c index 0e825a3260..491693f0ed 100644 --- a/src/cmds/qsub_functions.c +++ b/src/cmds/qsub_functions.c @@ -4055,8 +4055,8 @@ void main_func( { - int errflg; /* option error */ - char script[MAXPATHLEN + 1] = ""; /* name of script file */ + int errflg; /* option error */ + char script[MAXPATHLEN + 1] = ""; /* name of script file */ char script_tmp[MAXPATHLEN + 1] = ""; /* name of script file copy */ int script_index; char *bnp;