summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_netstats.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/main_netstats.c
parentWhitespace removal. (diff)
downloadrtems-0893220b2a4507fc2619b625ecb0d6241ef5cd6f.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/libmisc/shell/main_netstats.c')
-rw-r--r--cpukit/libmisc/shell/main_netstats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libmisc/shell/main_netstats.c b/cpukit/libmisc/shell/main_netstats.c
index d17696c74e..cc9b95a52c 100644
--- a/cpukit/libmisc/shell/main_netstats.c
+++ b/cpukit/libmisc/shell/main_netstats.c
@@ -56,7 +56,7 @@ int rtems_shell_main_netstats( /* command */
int verbose = 0;
struct getopt_data getopt_reent;
- memset(&getopt_reent, 0, sizeof(getopt_data));
+ memset(&getopt_reent, 0, sizeof(getopt_data));
while ( (option = getopt_r( argc, argv, "Aimfpcutv", &getopt_reent)) != -1 ) {
switch ((char)option) {
@@ -75,7 +75,7 @@ int rtems_shell_main_netstats( /* command */
return -1;
}
}
-
+
if ( verbose ) {
printf(
"doAll=%d\n"