diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-04 15:17:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-04 15:17:16 +0000 |
commit | 0d1841a634a1a46e934cd5a756aefb36f41d2532 (patch) | |
tree | 436df000503b8366f3eaa2cfada5052e50873e3b /lib-src | |
parent | 265b26952815a893b33da9c34dec6ea5cfbfd7cb (diff) | |
download | emacs-0d1841a634a1a46e934cd5a756aefb36f41d2532.tar.gz |
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. */ 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. */ |