summaryrefslogtreecommitdiff
path: root/src/tr.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2012-01-11 15:29:18 +0000
committerPádraig Brady <P@draigBrady.com>2012-01-11 15:32:09 +0000
commit3c8e42957e0153d6b746e20b6903225cdba53e2d (patch)
tree08bac1de1ece0c9a963cffafc5139a1ffa44a562 /src/tr.c
parentd3227eeb90c8308abd1e6bf08ee253b7a4e78d1d (diff)
downloadcoreutils-3c8e42957e0153d6b746e20b6903225cdba53e2d.tar.xz
maint: fix minor whitespace issues
The previous commit introduced a couple of spacing issues, luckily one of which caused a test to fail. * src/stat.c (default_format): Add a space so times are aligned. * src/tr.c (string2_extentd): Remove an extraneous space.
Diffstat (limited to 'src/tr.c')
-rw-r--r--src/tr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tr.c b/src/tr.c
index 329d8141b..bc410aa9c 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -1417,7 +1417,7 @@ string2_extend (const struct Spec_list *s1, struct Spec_list *s2)
That's not portable however, contradicts POSIX and is dependent
on your collating sequence. */
error (EXIT_FAILURE, 0,
- _("when translating with string1 longer than string2,\nthe \
+ _("when translating with string1 longer than string2,\nthe\
latter string must not end with a character class"));
abort (); /* inform gcc that the above use of error never returns. */
break;