Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 whitespace



details:   https://anonhg.NetBSD.org/src/rev/008e410df835
branches:  trunk
changeset: 335759:008e410df835
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 23 02:52:14 2015 +0000

description:
whitespace

diffstat:

 sys/arch/i386/i386/machdep.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r a71f32b29146 -r 008e410df835 sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c      Fri Jan 23 02:39:48 2015 +0000
+++ b/sys/arch/i386/i386/machdep.c      Fri Jan 23 02:52:14 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.752 2014/02/23 22:36:43 dsl Exp $        */
+/*     $NetBSD: machdep.c,v 1.753 2015/01/23 02:52:14 christos Exp $   */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000, 2004, 2006, 2008, 2009
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.752 2014/02/23 22:36:43 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.753 2015/01/23 02:52:14 christos Exp $");
 
 #include "opt_beep.h"
 #include "opt_compat_ibcs2.h"
@@ -936,7 +936,8 @@
 extern union descriptor tmpgdt[];
 #endif
 
-void cpu_init_idt(void)
+void 
+cpu_init_idt(void)
 {
 #ifndef XEN
        struct region_descriptor region;



Home | Main Index | Thread Index | Old Index