Fix style bug introduced in r216696.

Additional indentation caused the line to become longer than 80 columns.
This commit is contained in:
Ed Schouten 2010-12-27 15:05:15 +00:00
parent 7dbb59c7ce
commit 88d5e71efe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216737

View File

@ -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)