From 46e01372773a9ca265009ca085a28aea313a3d73 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 17 Mar 2010 18:27:52 +0100 Subject: 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. --- src/uptime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/uptime.c') 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\ -- cgit v1.2.3-54-g00ecf