mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Fix style bug introduced in r216696.
Additional indentation caused the line to become longer than 80 columns.
This commit is contained in:
parent
7dbb59c7ce
commit
88d5e71efe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216737
@ -198,7 +198,8 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
/* header info */
|
/* header info */
|
||||||
if (pw != NULL)
|
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
|
else
|
||||||
(void)printf("lock: %s on %s.", ttynam, hostname);
|
(void)printf("lock: %s on %s.", ttynam, hostname);
|
||||||
if (no_timeout)
|
if (no_timeout)
|
||||||
|
Loading…
Reference in New Issue
Block a user