diff options
| author | Richard M. Stallman | 1996-09-04 15:17:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-04 15:17:16 +0000 |
| commit | 0d1841a634a1a46e934cd5a756aefb36f41d2532 (patch) | |
| tree | 436df000503b8366f3eaa2cfada5052e50873e3b /lib-src | |
| parent | 265b26952815a893b33da9c34dec6ea5cfbfd7cb (diff) | |
| download | emacs-0d1841a634a1a46e934cd5a756aefb36f41d2532.tar.gz emacs-0d1841a634a1a46e934cd5a756aefb36f41d2532.zip | |
Whitespace fix.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/fakemail.c | 4 |
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. */ | |||
| 27 | int | 27 | int |
| 28 | main () | 28 | main () |
| 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 |
| 34 | int | 34 | int |
| 35 | main () | 35 | main () |
| 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. */ |