summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger/sprint.c
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-07-12 08:50:09 +0000
committerasmodai <asmodai@FreeBSD.org>2000-07-12 08:50:09 +0000
commit56694a554616736d017710a32cb97f7869dc7ce3 (patch)
tree8f070d4189c1099718274bc40f7e6eb183a595fc /usr.bin/finger/sprint.c
parent16b092fba012940f9de3fe71b692da3f49f5c991 (diff)
downloadFreeBSD-src-56694a554616736d017710a32cb97f7869dc7ce3.zip
FreeBSD-src-56694a554616736d017710a32cb97f7869dc7ce3.tar.gz
MFC: fix some output cosmetics so that the finger -s output is properly
lined up
Diffstat (limited to 'usr.bin/finger/sprint.c')
-rw-r--r--usr.bin/finger/sprint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c
index 40b7d82..b024291 100644
--- a/usr.bin/finger/sprint.c
+++ b/usr.bin/finger/sprint.c
@@ -109,7 +109,7 @@ sflag_print()
pn->name, MAXREALNAME, namelen,
pn->realname ? pn->realname : "");
if (!w->loginat) {
- (void)printf(" * * No logins ");
+ (void)printf(" * * No logins ");
goto office;
}
(void)putchar(w->info == LOGGEDIN && !w->writable ?
OpenPOWER on IntegriCloud