Remove extraneous space and new-line.

Submitted by:	pjd, gcooper
Approved by:	bapt
MFC after:	2 weeks
This commit is contained in:
Matthew Seaman 2012-12-23 20:39:03 +00:00
parent 7dbcc85c6b
commit e41b8acbd5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244639

View File

@ -457,8 +457,8 @@ main(__unused int argc, char *argv[])
* a system is configured to use pkg, don't bootstrap pkg
* when that argument is given as argv[1].
*/
if ( argv[1] != NULL && strcmp(argv[1], "-N") == 0)
errx(EXIT_FAILURE, "pkg is not installed\n");
if (argv[1] != NULL && strcmp(argv[1], "-N") == 0)
errx(EXIT_FAILURE, "pkg is not installed");
/*
* Do not ask for confirmation if either of stdin or stdout is