aboutsummaryrefslogtreecommitdiff
path: root/share/doc/psd/20.ipctut/dgramread.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:58:14 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:58:14 +0000
commit44204187ec133a0ab7bd77c8d974ad5afd4d88b4 (patch)
treec35d15efbecd3a9eb67a613df648a6bb614dca4b /share/doc/psd/20.ipctut/dgramread.c
parent7799f52a32f592a7efe259bc3411ba52d13db797 (diff)
Remove trailing whitespace.
Notes
Notes: svn path=/head/; revision=8875
Diffstat (limited to 'share/doc/psd/20.ipctut/dgramread.c')
-rw-r--r--share/doc/psd/20.ipctut/dgramread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/psd/20.ipctut/dgramread.c b/share/doc/psd/20.ipctut/dgramread.c
index cd0f147111f9..193fca90067a 100644
--- a/share/doc/psd/20.ipctut/dgramread.c
+++ b/share/doc/psd/20.ipctut/dgramread.c
@@ -43,7 +43,7 @@
* u_short sin_port;
* struct in_addr sin_addr;
* char sin_zero[8];
- * };
+ * };
*
* This program creates a datagram socket, binds a name to it, then reads
* from the socket.