summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/tftp.h
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/tftp.h
parentRemove stray white spaces. (diff)
downloadrtems-429ba3b6ee67e69af97f1156bc1abc7037e346cd.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/libnetworking/rtems/tftp.h')
-rw-r--r--cpukit/libnetworking/rtems/tftp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/tftp.h b/cpukit/libnetworking/rtems/tftp.h
index 11882bed1c..538efa8531 100644
--- a/cpukit/libnetworking/rtems/tftp.h
+++ b/cpukit/libnetworking/rtems/tftp.h
@@ -16,7 +16,7 @@
/*
* Usage:
- *
+ *
* To open `/bootfiles/image' on `hostname' for reading:
* fd = open ("/TFTP/hostname/bootfiles/image", O_RDONLY);
*