Source-Changes-HG archive

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

[src/trunk]: src/sys/net Cosmetic: remove whitespace at the end of line.



details:   https://anonhg.NetBSD.org/src/rev/afb1d60730de
branches:  trunk
changeset: 770190:afb1d60730de
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Fri Oct 07 16:34:31 2011 +0000

description:
Cosmetic: remove whitespace at the end of line.

diffstat:

 sys/net/link_proto.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 91275db956a3 -r afb1d60730de sys/net/link_proto.c
--- a/sys/net/link_proto.c      Fri Oct 07 16:30:17 2011 +0000
+++ b/sys/net/link_proto.c      Fri Oct 07 16:34:31 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: link_proto.c,v 1.6 2010/11/12 16:30:26 roy Exp $       */
+/*     $NetBSD: link_proto.c,v 1.7 2011/10/07 16:34:31 dyoung Exp $    */
 
 /*-
  * Copyright (c) 1982, 1986, 1993
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: link_proto.c,v 1.6 2010/11/12 16:30:26 roy Exp $");
+__KERNEL_RCSID(0, "$NetBSD: link_proto.c,v 1.7 2011/10/07 16:34:31 dyoung Exp $");
 
 #include <sys/param.h>
 #include <sys/socket.h>
@@ -144,7 +144,7 @@
                                }
                        }
                        if (ifa == NULL) {
-                               error = EADDRNOTAVAIL; 
+                               error = EADDRNOTAVAIL;
                                break;
                        }
 



Home | Main Index | Thread Index | Old Index