Mechanical whitespace cleanup. Also, note that previous commit was

Sponsored by:	Teleplan AS
This commit is contained in:
Dag-Erling Smørgrav 2004-02-03 11:12:29 +00:00
parent efdda83ea8
commit 3678ea800f

View File

@ -705,10 +705,10 @@ main(int argc, char **argv)
usage("Too few arguments\n");
if ((i = modfind("g_bde")) < 0) {
/* need to load the gbde module */
if (kldload(GBDEMOD) < 0 || modfind("g_bde") < 0) {
usage(GBDEMOD ": Kernel module not available");
}
/* need to load the gbde module */
if (kldload(GBDEMOD) < 0 || modfind("g_bde") < 0) {
usage(GBDEMOD ": Kernel module not available");
}
}
doopen = 0;
if (!strcmp(argv[1], "attach")) {