From: Jim Meyering Date: Fri, 5 Jul 1996 02:28:29 +0000 (+0000) Subject: (usage): Remove space before newline in usage message. X-Git-Tag: TEXTUTILS-1_18c~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=316490baea40058593b441b89b50b2643adb01d0;p=platform%2Fupstream%2Fcoreutils.git (usage): Remove space before newline in usage message. --- diff --git a/src/uniq.c b/src/uniq.c index 3589bdf97..64c303153 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -132,7 +132,7 @@ standard input), writing to OUTPUT (or standard output).\n\ --version output version information and exit\n\ \n\ A field is a run of whitespace, than non-whitespace characters.\n\ -Fields are skipped before chars. \n\ +Fields are skipped before chars.\n\ ")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);