diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-04 15:17:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-04 15:17:16 +0000 |
commit | 395556c75ddadc7d60683c12a937eb6480cddb1f (patch) | |
tree | 7d1f3f72bf994034e69b363107fb0b827ba58e64 /lib-src/fakemail.c | |
parent | de80f17037e69304a7eff6c6bcfaba62ad1b564c (diff) | |
download | emacs-395556c75ddadc7d60683c12a937eb6480cddb1f.tar.gz |
Whitespace fix.
Diffstat (limited to 'lib-src/fakemail.c')
-rw-r--r-- | lib-src/fakemail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index 400861d4fd7..d9af25d7dae 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c @@ -27,14 +27,14 @@ Boston, MA 02111-1307, USA. */ int main () { - return 0; + return 0; } #else /* not BSD 4.2 (or newer) */ #ifdef MSDOS int main () { - return 0; + return 0; } #else /* not MSDOS */ /* This conditional contains all the rest of the file. */ |