summaryrefslogtreecommitdiffstats
path: root/usr.bin/w/pr_time.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-03-02 23:49:07 +0000
committerache <ache@FreeBSD.org>2001-03-02 23:49:07 +0000
commit98047335baabd6545b20432cdeeed011dcceb61b (patch)
tree8341e7a5c9259b801f40daede00950ae98085731 /usr.bin/w/pr_time.c
parentfe36abf2a2f077438e6508f74d8aab0ef94f3407 (diff)
downloadFreeBSD-src-98047335baabd6545b20432cdeeed011dcceb61b.zip
FreeBSD-src-98047335baabd6545b20432cdeeed011dcceb61b.tar.gz
Oops, remove tabs sneaked in wrong place
Diffstat (limited to 'usr.bin/w/pr_time.c')
-rw-r--r--usr.bin/w/pr_time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c
index 30afc10..5f77cf6 100644
--- a/usr.bin/w/pr_time.c
+++ b/usr.bin/w/pr_time.c
@@ -74,12 +74,12 @@ pr_attime(started, now)
tm.tm_year != tp.tm_year) {
/* The line below does not take DST into consideration */
/* else if (*now / 86400 != *started / 86400) { */
- (void)strcpy(fmt, use_ampm ? "%a%I%p" : "%a%H ");
+ (void)strcpy(fmt, use_ampm ? "%a%I%p" : "%a%H ");
}
/* Default is hh:mm{am,pm}. */
else {
- (void)strcpy(fmt, use_ampm ? "%l:%M%p" : "%k:%M ");
+ (void)strcpy(fmt, use_ampm ? "%l:%M%p" : "%k:%M ");
}
(void)strftime(buf, sizeof(buf) - 1, fmt, &tp);
OpenPOWER on IntegriCloud