# HG changeset patch # User Richard M. Stallman # Date 841850236 0 # Node ID 6e026dc3f1b12331779bba0dbfd3c29adead1353 # Parent 2c15b1cd3b84dd29ed8b4da0f3dc09ba4a834e5f Whitespace fix. diff -r 2c15b1cd3b84 -r 6e026dc3f1b1 lib-src/fakemail.c --- 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. */