summaryrefslogtreecommitdiff
path: root/src/uptime.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-03-17 18:27:52 +0100
committerJim Meyering <meyering@redhat.com>2010-03-17 18:28:28 +0100
commit46e01372773a9ca265009ca085a28aea313a3d73 (patch)
tree0357b6f24221c6276e309965e1d2f0c19ebbe550 /src/uptime.c
parentc403c31e8806b732e1164ef4a206b0eab71bca95 (diff)
downloadcoreutils-46e01372773a9ca265009ca085a28aea313a3d73.tar.xz
maint: add a space before open-paren, where lacking
* src/copy.c (copy_reg): Likewise. * src/cut.c (main): Likewise. * src/dd.c (main): Likewise. * src/getlimits.c (print_int): Likewise. * src/join.c (join): Likewise. * src/pwd.c (logical_getcwd): Likewise. * src/sort.c (specify_nmerge, mergefps, avoid_trashing_input): Likewise. (merge): Likewise. * src/uptime.c (usage): Likewise.
Diffstat (limited to 'src/uptime.c')
-rw-r--r--src/uptime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uptime.c b/src/uptime.c
index 20949fce6..bf4323cc1 100644
--- a/src/uptime.c
+++ b/src/uptime.c
@@ -208,11 +208,11 @@ in the run queue over the last 1, 5 and 15 minutes."));
but such a test is hard to write. For the moment then, we
have a hack which depends on the preprocessor used at compile
time to tell us what the running kernel is. Ugh. */
- printf(_(" \
+ printf (_(" \
Processes in\n\
an uninterruptible sleep state also contribute to the load average.\n"));
#else
- printf(_("\n"));
+ printf (_("\n"));
#endif
printf (_("\
If FILE is not specified, use %s. %s as FILE is common.\n\