Module Name: src
Committed By: christos
Date: Fri Jan 23 02:52:14 UTC 2015
Modified Files:
src/sys/arch/i386/i386: machdep.c
Log Message:
whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.752 -r1.753 src/sys/arch/i386/i386/machdep.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/arch/i386/i386/machdep.c
diff -u src/sys/arch/i386/i386/machdep.c:1.752 src/sys/arch/i386/i386/machdep.c:1.753
--- src/sys/arch/i386/i386/machdep.c:1.752 Sun Feb 23 17:36:43 2014
+++ src/sys/arch/i386/i386/machdep.c Thu Jan 22 21:52:14 2015
@@ -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 @@ int xen_idt_idx;
extern union descriptor tmpgdt[];
#endif
-void cpu_init_idt(void)
+void
+cpu_init_idt(void)
{
#ifndef XEN
struct region_descriptor region;