summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shell_makeargs.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 12:12:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 12:12:39 +0000
commit0893220b2a4507fc2619b625ecb0d6241ef5cd6f (patch)
tree1f81a1c1fac15dc8f3cd86aef65cbcf261f01a97 /cpukit/libmisc/shell/shell_makeargs.c
parentWhitespace removal. (diff)
downloadrtems-0893220b2a4507fc2619b625ecb0d6241ef5cd6f.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/libmisc/shell/shell_makeargs.c')
-rw-r--r--cpukit/libmisc/shell/shell_makeargs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libmisc/shell/shell_makeargs.c b/cpukit/libmisc/shell/shell_makeargs.c
index 35d1cf475d..77d937e101 100644
--- a/cpukit/libmisc/shell/shell_makeargs.c
+++ b/cpukit/libmisc/shell/shell_makeargs.c
@@ -19,15 +19,15 @@
int rtems_shell_make_args(
char *commandLine,
- int *argc_p,
- char **argv_p,
+ int *argc_p,
+ char **argv_p,
int max_args
)
{
int argc;
char *command;
int status = 0;
-
+
argc = 0;
command = commandLine;