aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-04 15:17:16 +0000
committerRichard M. Stallman1996-09-04 15:17:16 +0000
commit0d1841a634a1a46e934cd5a756aefb36f41d2532 (patch)
tree436df000503b8366f3eaa2cfada5052e50873e3b /lib-src
parent265b26952815a893b33da9c34dec6ea5cfbfd7cb (diff)
downloademacs-0d1841a634a1a46e934cd5a756aefb36f41d2532.tar.gz
emacs-0d1841a634a1a46e934cd5a756aefb36f41d2532.zip
Whitespace fix.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/fakemail.c4
1 files 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. */
27int 27int
28main () 28main ()
29{ 29{
30 return 0; 30 return 0;
31} 31}
32#else /* not BSD 4.2 (or newer) */ 32#else /* not BSD 4.2 (or newer) */
33#ifdef MSDOS 33#ifdef MSDOS
34int 34int
35main () 35main ()
36{ 36{
37 return 0; 37 return 0;
38} 38}
39#else /* not MSDOS */ 39#else /* not MSDOS */
40/* This conditional contains all the rest of the file. */ 40/* This conditional contains all the rest of the file. */