summaryrefslogtreecommitdiffstats
path: root/usr.bin/lock
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-12-27 15:05:15 +0000
committered <ed@FreeBSD.org>2010-12-27 15:05:15 +0000
commit220cb40cba5e953a650c8dfd0ac2935fd7d27244 (patch)
treea7c57cf14ad7af277376baf6c747c6d10737d632 /usr.bin/lock
parent747e187ac46599961803e8330326df72f4ecbef1 (diff)
downloadFreeBSD-src-220cb40cba5e953a650c8dfd0ac2935fd7d27244.zip
FreeBSD-src-220cb40cba5e953a650c8dfd0ac2935fd7d27244.tar.gz
Fix style bug introduced in r216696.
Additional indentation caused the line to become longer than 80 columns.
Diffstat (limited to 'usr.bin/lock')
-rw-r--r--usr.bin/lock/lock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c
index f283fa6..b8d0111 100644
--- a/usr.bin/lock/lock.c
+++ b/usr.bin/lock/lock.c
@@ -198,7 +198,8 @@ main(int argc, char **argv)
/* header info */
if (pw != NULL)
- (void)printf("lock: %s using %s on %s.", pw->pw_name, ttynam, hostname);
+ (void)printf("lock: %s using %s on %s.", pw->pw_name,
+ ttynam, hostname);
else
(void)printf("lock: %s on %s.", ttynam, hostname);
if (no_timeout)
OpenPOWER on IntegriCloud