summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_showroute.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:19:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:19:33 +0000
commit429ba3b6ee67e69af97f1156bc1abc7037e346cd (patch)
treeb84802a0e46593ea2dd692128cbd30e7aa35be1a /cpukit/libnetworking/rtems/rtems_showroute.c
parentRemove stray white spaces. (diff)
downloadrtems-429ba3b6ee67e69af97f1156bc1abc7037e346cd.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_showroute.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_showroute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_showroute.c b/cpukit/libnetworking/rtems/rtems_showroute.c
index c0d0b231e8..bfa78bf6d5 100644
--- a/cpukit/libnetworking/rtems/rtems_showroute.c
+++ b/cpukit/libnetworking/rtems/rtems_showroute.c
@@ -164,7 +164,7 @@ link_ascii (struct sockaddr_dl *sdl, char *buf, int bufsize)
*cp = '\0';
return buf;
}
-
+
void
rtems_bsdnet_show_inet_routes (void)
{