From 0d1841a634a1a46e934cd5a756aefb36f41d2532 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 4 Sep 1996 15:17:16 +0000 Subject: [PATCH] Whitespace fix. --- lib-src/fakemail.c | 4 ++-- 1 file 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. */ -- 2.39.2