Whitespace nit.

This commit is contained in:
Dag-Erling Smørgrav 2004-10-03 23:53:54 +00:00
parent 9f4ed0f59b
commit 53504142a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136107

View file

@ -119,7 +119,6 @@ main(int argc, char *argv[])
i = ioctl(fd, DIOCSKERNELDUMP, &u);
if (i == 0 && verbose)
printf("kernel dumps on %s\n", argv[0]);
} else {
fd = open(_PATH_DEVNULL, O_RDONLY);
if (fd < 0)