]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 Sep 1996 15:17:16 +0000 (15:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 Sep 1996 15:17:16 +0000 (15:17 +0000)
lib-src/fakemail.c

index 400861d4fd76e2d9374fadda9b6cb50663561464..d9af25d7dae1cc3f16172c035095229b1606a8a4 100644 (file)
@@ -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.  */