Module Name: src
Committed By: pgoyette
Date: Sun Mar 8 04:17:50 UTC 2020
Modified Files:
src/sys/compat/netbsd32: netbsd32_mod.c
Log Message:
fix indentation. NFCI
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/compat/netbsd32/netbsd32_mod.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/netbsd32/netbsd32_mod.c
diff -u src/sys/compat/netbsd32/netbsd32_mod.c:1.17 src/sys/compat/netbsd32/netbsd32_mod.c:1.18
--- src/sys/compat/netbsd32/netbsd32_mod.c:1.17 Sun Mar 8 00:53:12 2020
+++ src/sys/compat/netbsd32/netbsd32_mod.c Sun Mar 8 04:17:49 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_mod.c,v 1.17 2020/03/08 00:53:12 pgoyette Exp $ */
+/* $NetBSD: netbsd32_mod.c,v 1.18 2020/03/08 04:17:49 pgoyette Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.17 2020/03/08 00:53:12 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.18 2020/03/08 04:17:49 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_execfmt.h"
@@ -173,7 +173,8 @@ compat_netbsd32_modcmd(modcmd_t cmd, voi
netbsd32_machdep_md_init();
netbsd32_kern_proc_32_init();
#if defined(__amd64__)
- MODULE_HOOK_SET(amd64_oosyscall_hook, amd64_oosyscall_handle);
+ MODULE_HOOK_SET(amd64_oosyscall_hook,
+ amd64_oosyscall_handle);
#endif
}
return error;