From: Jim Meyering Date: Thu, 9 Apr 1998 07:22:52 +0000 (+0000) Subject: make there be two spaces after `.' in comments X-Git-Tag: TEXTUTILS-1_22f~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49875c159374b2b3209fe30718b48d9f33725573;p=thirdparty%2Fcoreutils.git make there be two spaces after `.' in comments --- diff --git a/lib/alloca.c b/lib/alloca.c index 76b4ae00a8..f4d6ebf134 100644 --- a/lib/alloca.c +++ b/lib/alloca.c @@ -171,7 +171,7 @@ alloca (size) #endif /* Reclaim garbage, defined as all alloca'd storage that - was allocated from deeper in the stack than currently. */ + was allocated from deeper in the stack than currently. */ { register header *hp; /* Traverses linked list. */ @@ -338,7 +338,7 @@ struct stk_trailer #ifdef CRAY2 /* Determine a "stack measure" for an arbitrary ADDRESS. - I doubt that "lint" will like this much. */ + I doubt that "lint" will like this much. */ static long i00afunc (long *address)