Module Name:    src
Committed By:   skrll
Date:           Sun Feb  9 09:29:50 UTC 2020

Modified Files:
        src/sys/sys: cpu.h

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/sys/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/cpu.h
diff -u src/sys/sys/cpu.h:1.48 src/sys/sys/cpu.h:1.49
--- src/sys/sys/cpu.h:1.48	Thu Jan  9 16:35:03 2020
+++ src/sys/sys/cpu.h	Sun Feb  9 09:29:50 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.48 2020/01/09 16:35:03 ad Exp $	*/
+/*	$NetBSD: cpu.h,v 1.49 2020/02/09 09:29:50 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2007 YAMAMOTO Takashi,
@@ -57,7 +57,7 @@ void cpu_need_resched(struct cpu_info *,
 /*
  * CPU_INFO_ITERATOR() may be supplied by machine dependent code as it
  * controls how the cpu_info structures are allocated.
- * 
+ *
  * This macro must always iterate just the boot-CPU when the system has
  * not attached any cpus via mi_cpu_attach() yet, and the "ncpu" variable
  * is zero.

Reply via email to