Eliminate spurious space at eol.

This commit is contained in:
Richard Stallman 2022-09-15 17:02:34 -04:00
parent 7e7fdc27d8
commit 46cdde1206
1 changed files with 1 additions and 1 deletions

View File

@ -1797,7 +1797,7 @@ the expressions that are substituted for @code{a} and @code{b}.
Underscore followed by a lower case letter won't be predefined by the
system in any way.
@c We hope someday to extend C with a new form of declaration syntax
@c We hope someday to extend C with a new form of declaration syntax
@c which all the newly declared variables' scopes would begin at the end
@c of the entire declaration, rather than as soon as each variable's
@c declaration begins. This way, all the variables' initializers would