summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-04 15:17:16 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-04 15:17:16 +0000
commit395556c75ddadc7d60683c12a937eb6480cddb1f (patch)
tree7d1f3f72bf994034e69b363107fb0b827ba58e64 /lib-src
parentde80f17037e69304a7eff6c6bcfaba62ad1b564c (diff)
downloademacs-395556c75ddadc7d60683c12a937eb6480cddb1f.tar.gz
Whitespace fix.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/fakemail.c4
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. */