Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/x86 trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/9871739a45c0
branches:  trunk
changeset: 949767:9871739a45c0
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Jan 16 15:26:23 2021 +0000

description:
trailing whitespace

diffstat:

 sys/arch/x86/x86/identcpu_subr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ce1728376f41 -r 9871739a45c0 sys/arch/x86/x86/identcpu_subr.c
--- a/sys/arch/x86/x86/identcpu_subr.c  Sat Jan 16 15:02:11 2021 +0000
+++ b/sys/arch/x86/x86/identcpu_subr.c  Sat Jan 16 15:26:23 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: identcpu_subr.c,v 1.7 2020/07/10 06:15:23 msaitoh Exp $ */
+/* $NetBSD: identcpu_subr.c,v 1.8 2021/01/16 15:26:23 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
  * See src/usr.sbin/cpuctl/{Makefile, arch/i386.c}).
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: identcpu_subr.c,v 1.7 2020/07/10 06:15:23 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: identcpu_subr.c,v 1.8 2021/01/16 15:26:23 jmcneill Exp $");
 
 #ifdef _KERNEL_OPT
 #include "lapic.h"
@@ -69,7 +69,7 @@
 
        if (!((ci->ci_max_cpuid >= 0x15) && (cpu_vendor == CPUVENDOR_INTEL)))
                return 0;
-               
+
        x86_cpuid(0x15, descs);
        denominator = descs[0];
        numerator = descs[1];



Home | Main Index | Thread Index | Old Index