From: epg <> Date: Sun, 1 Sep 2002 22:25:53 +0000 (+0000) Subject: Whitespace nits in comments. X-Git-Url: https://diplodocus.org/git/mdfrm/commitdiff_plain/2437473a46ce195318a4e57fc36a0f120b6b6af7?ds=inline;hp=cfdcba3229f9e8ae94fd7b544fa4c5785c936b4a Whitespace nits in comments. --- diff --git a/mdfrm.c b/mdfrm.c index 63a1bb4..30a3b29 100644 --- a/mdfrm.c +++ b/mdfrm.c @@ -25,8 +25,8 @@ #endif enum { - FROMLEN = 6, /* "From: "*/ - SUBJLEN = 9, /* "Subject: "*/ + FROMLEN = 6, /* "From: " */ + SUBJLEN = 9, /* "Subject: " */ /* Number of characters for each field we actually output. This * must also be changed in the printf functions at the end.