mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Formatting nit
This commit is contained in:
parent
69e3073a95
commit
950449cc28
1 changed files with 2 additions and 1 deletions
|
|
@ -295,7 +295,8 @@ file_load(char *filename, vm_offset_t dest, struct preloaded_file **result)
|
|||
}
|
||||
|
||||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue