From 18ddb1400d3ca52bb60de23082833d2156d8d263 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Wed, 8 May 2002 11:23:45 +0000 Subject: [PATCH] Change whtespace indent in format string to fit new output form of timestamp. Reviewed by: markm --- usr.bin/at/at.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 371ef4d7a164..fec2c62a4b83 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -499,12 +499,12 @@ list_jobs() runtime = *localtime(&runtimer); strftime(timestr, TIMESIZE, "%+", &runtime); if (first) { - printf("Date\t\t\tOwner\tQueue\tJob#\n"); + printf("Date\t\t\t\tOwner\t\tQueue\tJob#\n"); first=0; } pw = getpwuid(buf.st_uid); - printf("%s\t%s\t%c%s\t%ld\n", + printf("%s\t%-16s%c%s\t%ld\n", timestr, pw ? pw->pw_name : "???", queue,