changeset 16121:6e026dc3f1b1

Whitespace fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Sep 1996 15:17:16 +0000
parents 2c15b1cd3b84
children 9fe39bafd20e
files lib-src/fakemail.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/fakemail.c	Wed Sep 04 15:15:42 1996 +0000
+++ b/lib-src/fakemail.c	Wed Sep 04 15:17:16 1996 +0000
@@ -27,14 +27,14 @@
 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.  */