Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/include Remove trailing whitespace from previ...



details:   https://anonhg.NetBSD.org/src/rev/4df144b8fa40
branches:  trunk
changeset: 759261:4df144b8fa40
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Dec 04 16:04:45 2010 +0000

description:
Remove trailing whitespace from previous. Today is not my day.

diffstat:

 sys/arch/hp700/include/pdc.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9746c8c3333e -r 4df144b8fa40 sys/arch/hp700/include/pdc.h
--- a/sys/arch/hp700/include/pdc.h      Sat Dec 04 16:02:55 2010 +0000
+++ b/sys/arch/hp700/include/pdc.h      Sat Dec 04 16:04:45 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pdc.h,v 1.14 2010/12/04 16:02:55 skrll Exp $   */
+/*     $NetBSD: pdc.h,v 1.15 2010/12/04 16:04:45 skrll Exp $   */
 
 /*     $OpenBSD: pdc.h,v 1.35 2007/07/15 20:03:48 kettenis Exp $       */
 
@@ -299,7 +299,7 @@
 #define        PDC_ERR_NOPROC          -1      /* no such procedure */
 #define        PDC_ERR_NOPT            -2      /* no such option */
 #define        PDC_ERR_COMPL           -3      /* unable to complete w/o error */
-#define        PDC_ERR_NMOD            -5      /* module not found */                                                                                                                                  
+#define        PDC_ERR_NMOD            -5      /* module not found */
 #define        PDC_ERR_EOD             -9      /* end of device list */
 #define        PDC_ERR_INVAL           -10     /* invalid argument */
 #define        PDC_ERR_PFAIL           -12     /* aborted by powerfail */



Home | Main Index | Thread Index | Old Index