]> git.ipfire.org Git - thirdparty/coreutils.git/commit
uptime: remove extraneous space master
authorPádraig Brady <P@draigBrady.com>
Mon, 20 Jul 2026 18:45:14 +0000 (19:45 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 20 Jul 2026 18:46:41 +0000 (19:46 +0100)
commit952435f0799e440165f97108531c4fb5741fa583
treee3cfbd2da5e0c627769ebe0c58dbefa592983ca3
parent8881342a24793ee88df345b467101ed8c0b988fc
uptime: remove extraneous space

This make output more consistent with procps.

* src/uptime.c (main): Remove extra space after "up"
when uptime is less than a day.
Fixes https://github.com/coreutils/coreutils/issues/321
src/uptime.c