From: Richard M. Stallman Date: Wed, 4 Sep 1996 15:17:16 +0000 (+0000) Subject: Whitespace fix. X-Git-Tag: emacs-20.1~3823 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d1841a634a1a46e934cd5a756aefb36f41d2532;p=emacs.git Whitespace fix. --- 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. */