From: Jim Meyering Date: Fri, 11 Apr 2003 12:42:15 +0000 (+0000) Subject: Remove SPC in SPC-TAB sequence. X-Git-Tag: v5.0.1~715 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31df60a180ae8d5530c910b17dbd1903a42e5915;p=thirdparty%2Fcoreutils.git Remove SPC in SPC-TAB sequence. --- diff --git a/src/tail.c b/src/tail.c index c5fa75737b..bc244a45e2 100644 --- a/src/tail.c +++ b/src/tail.c @@ -1513,7 +1513,7 @@ parse_options (int argc, char **argv, break; case MAX_CONSECUTIVE_SIZE_CHANGES_OPTION: - /* --max-consecutive-size-changes=N */ + /* --max-consecutive-size-changes=N */ if (xstrtoul (optarg, NULL, 10, &max_n_consecutive_size_changes_between_opens, "") != LONGINT_OK)