diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:58:14 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:58:14 +0000 |
commit | 44204187ec133a0ab7bd77c8d974ad5afd4d88b4 (patch) | |
tree | c35d15efbecd3a9eb67a613df648a6bb614dca4b /share/doc/psd/20.ipctut/udgramread.c | |
parent | 7799f52a32f592a7efe259bc3411ba52d13db797 (diff) |
Remove trailing whitespace.
Notes
Notes:
svn path=/head/; revision=8875
Diffstat (limited to 'share/doc/psd/20.ipctut/udgramread.c')
-rw-r--r-- | share/doc/psd/20.ipctut/udgramread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/psd/20.ipctut/udgramread.c b/share/doc/psd/20.ipctut/udgramread.c index 1b6aa3b20dee..2cb605d76a1d 100644 --- a/share/doc/psd/20.ipctut/udgramread.c +++ b/share/doc/psd/20.ipctut/udgramread.c @@ -40,7 +40,7 @@ * struct sockaddr_un { * short sun_family; * char sun_path[108]; - * }; + * }; */ #include <stdio.h> @@ -49,7 +49,7 @@ /* * This program creates a UNIX domain datagram socket, binds a name to it, - * then reads from the socket. + * then reads from the socket. */ main() { |