diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-30 22:09:01 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-30 22:09:01 +0000 |
commit | 80b2cbf2639beea20ab88681feb0a5972fe3e896 (patch) | |
tree | 59ad6df76ad739ca1d32fda210b76989c9621722 /lib-src/test-distrib.c | |
parent | 9d8f0a614a1f6719f182c7ebdb59319487aeb087 (diff) | |
download | emacs-80b2cbf2639beea20ab88681feb0a5972fe3e896.tar.gz |
Remove unnecessary whitespaces.
Diffstat (limited to 'lib-src/test-distrib.c')
-rw-r--r-- | lib-src/test-distrib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/test-distrib.c b/lib-src/test-distrib.c index 7e148f48bb5..973d1104393 100644 --- a/lib-src/test-distrib.c +++ b/lib-src/test-distrib.c @@ -50,7 +50,7 @@ This file is read by the `test-distribution' program.\n\ If you change it, you will make that program fail.\n"; char buf[300]; - + /* Like `read' but keeps trying until it gets SIZE bytes or reaches eof. */ int cool_read (fd, buf, size) |