svn commit: r207854 - head/sys/boot/common
Warner Losh
imp at FreeBSD.org
Mon May 10 18:23:00 UTC 2010
Author: imp
Date: Mon May 10 18:23:00 2010
New Revision: 207854
URL: http://svn.freebsd.org/changeset/base/207854
Log:
Formatting nit
Modified:
head/sys/boot/common/module.c
Modified: head/sys/boot/common/module.c
==============================================================================
--- head/sys/boot/common/module.c Mon May 10 17:48:00 2010 (r207853)
+++ head/sys/boot/common/module.c Mon May 10 18:23:00 2010 (r207854)
@@ -295,7 +295,8 @@ file_load(char *filename, vm_offset_t de
}
static int
-file_load_dependencies(struct preloaded_file *base_file) {
+file_load_dependencies(struct preloaded_file *base_file)
+{
struct file_metadata *md;
struct preloaded_file *fp;
struct mod_depend *verinfo;
More information about the svn-src-head
mailing list