Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 fix indentation. NFCI



details:   https://anonhg.NetBSD.org/src/rev/6cdfaf108d6e
branches:  trunk
changeset: 745620:6cdfaf108d6e
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Mar 08 04:17:49 2020 +0000

description:
fix indentation.  NFCI

diffstat:

 sys/compat/netbsd32/netbsd32_mod.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 69bcf3f7ee32 -r 6cdfaf108d6e sys/compat/netbsd32/netbsd32_mod.c
--- a/sys/compat/netbsd32/netbsd32_mod.c        Sun Mar 08 03:16:20 2020 +0000
+++ b/sys/compat/netbsd32/netbsd32_mod.c        Sun Mar 08 04:17:49 2020 +0000
@@ -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 @@
                        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;



Home | Main Index | Thread Index | Old Index