Mechanical whitespace cleanup. Also, note that previous commit was
Sponsored by: Teleplan AS
This commit is contained in:
parent
efdda83ea8
commit
3678ea800f
@ -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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user