Whitespace fix. No functional change.

This commit is contained in:
msaitoh 2019-06-13 07:28:17 +00:00
parent 16b1ab5abf
commit 080cc7bce9
2 changed files with 22 additions and 23 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: apic.c,v 1.8 2008/12/16 22:35:28 christos Exp $ */
/* $NetBSD: apic.c,v 1.9 2019/06/13 07:28:17 msaitoh Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: apic.c,v 1.8 2008/12/16 22:35:28 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: apic.c,v 1.9 2019/06/13 07:28:17 msaitoh Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -71,6 +71,5 @@ apic_format_redir(const char *where1, const char *where2, int idx,
printf(" %s", buf);
}
printf("\n");
}

View File

@ -1,4 +1,4 @@
/* $NetBSD: ioapic.c,v 1.59 2018/10/08 08:05:08 cherry Exp $ */
/* $NetBSD: ioapic.c,v 1.60 2019/06/13 07:28:17 msaitoh Exp $ */
/*-
* Copyright (c) 2000, 2009 The NetBSD Foundation, Inc.
@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ioapic.c,v 1.59 2018/10/08 08:05:08 cherry Exp $");
__KERNEL_RCSID(0, "$NetBSD: ioapic.c,v 1.60 2019/06/13 07:28:17 msaitoh Exp $");
#include "opt_ddb.h"