X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fstripspace.c;h=1288ffcc52530f8ef9561acd2eb2ec5322c9e230;hb=c2857fb8b7903b2bba9217310971e5282549174d;hp=4d3b93fedb5f2eca68edca15ca1e10cb60176d36;hpb=890a13a45285ad44858add2ce2f74eb478f549c8;p=git.git diff --git a/builtin/stripspace.c b/builtin/stripspace.c index 4d3b93fed..1288ffcc5 100644 --- a/builtin/stripspace.c +++ b/builtin/stripspace.c @@ -22,8 +22,6 @@ static size_t cleanup(char *line, size_t len) * Remove empty lines from the beginning and end * and also trailing spaces from every line. * - * Note that the buffer will not be NUL-terminated. - * * Turn multiple consecutive empty lines between paragraphs * into just one empty line. *