Module Name:    src
Committed By:   skrll
Date:           Tue Jan 25 21:27:48 UTC 2011

Modified Files:
        src/sys/arch/hp700/include: cpu.h

Log Message:
Trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/hp700/include/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/arch/hp700/include/cpu.h
diff -u src/sys/arch/hp700/include/cpu.h:1.62 src/sys/arch/hp700/include/cpu.h:1.63
--- src/sys/arch/hp700/include/cpu.h:1.62	Tue Jan 25 21:27:11 2011
+++ src/sys/arch/hp700/include/cpu.h	Tue Jan 25 21:27:48 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.62 2011/01/25 21:27:11 skrll Exp $	*/
+/*	$NetBSD: cpu.h,v 1.63 2011/01/25 21:27:48 skrll Exp $	*/
 
 /*	$OpenBSD: cpu.h,v 1.55 2008/07/23 17:39:35 kettenis Exp $	*/
 
@@ -402,7 +402,7 @@
  */
 #define	CPU_CONSDEV		1	/* dev_t: console terminal device */
 #define	CPU_BOOTED_KERNEL	2	/* string: booted kernel name */
-#define	CPU_LCD_BLINK           3	/* int: twiddle heartbeat LED/LCD */ 
+#define	CPU_LCD_BLINK           3	/* int: twiddle heartbeat LED/LCD */
 #define	CPU_MAXID		4	/* number of valid machdep ids */
 
 #ifdef _KERNEL

Reply via email to