summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2012-09-30 13:17:33 +0000
committerae <ae@FreeBSD.org>2012-09-30 13:17:33 +0000
commit7cdd95d9e22e55d978622fdc11a690b42c29c4c4 (patch)
treee11a8f9c662b5e80063c84c3e176fe9fbabd2abf
parent3cb28a548177dff7e6b3492f6a979ea206029986 (diff)
downloadFreeBSD-src-7cdd95d9e22e55d978622fdc11a690b42c29c4c4.zip
FreeBSD-src-7cdd95d9e22e55d978622fdc11a690b42c29c4c4.tar.gz
Fix the style.
-rw-r--r--sys/boot/common/module.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c
index 6203fb2a..96c0a58 100644
--- a/sys/boot/common/module.c
+++ b/sys/boot/common/module.c
@@ -288,10 +288,10 @@ file_load(char *filename, vm_offset_t dest, struct preloaded_file **result)
*result = fp;
break;
} else if (last_file_format == i && i != 0) {
- /* Restart from the beginning */
- last_file_format = i = 0;
- fp = NULL;
- continue;
+ /* Restart from the beginning */
+ last_file_format = i = 0;
+ fp = NULL;
+ continue;
}
if (error == EFTYPE)
continue; /* Unknown to this handler? */
OpenPOWER on IntegriCloud