a whitespace nit

Reminder from:	kib
MFC after:	4 days
This commit is contained in:
Andriy Gapon 2011-05-07 13:57:30 +00:00
parent b657b11d8d
commit 4fe5d78a0f

View File

@ -105,7 +105,7 @@ interact(void)
/*
* Read our default configuration
*/
if(include("/boot/loader.rc") != CMD_OK)
if (include("/boot/loader.rc") != CMD_OK)
include("/boot/boot.conf");
printf("\n");
/*