Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Fix whitespace. From vezhlys



details:   https://anonhg.NetBSD.org/src/rev/465dfc45d028
branches:  trunk
changeset: 460998:465dfc45d028
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Nov 12 19:44:46 2019 +0000

description:
Fix whitespace. From vezhlys

diffstat:

 sys/dev/pci/if_vte.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b69b8ade22b4 -r 465dfc45d028 sys/dev/pci/if_vte.c
--- a/sys/dev/pci/if_vte.c      Tue Nov 12 19:18:21 2019 +0000
+++ b/sys/dev/pci/if_vte.c      Tue Nov 12 19:44:46 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_vte.c,v 1.27 2019/10/30 07:26:28 msaitoh Exp $      */
+/*     $NetBSD: if_vte.c,v 1.28 2019/11/12 19:44:46 maya Exp $ */
 
 /*
  * Copyright (c) 2011 Manuel Bouyer.  All rights reserved.
@@ -55,7 +55,7 @@
 /* Driver for DM&P Electronics, Inc, Vortex86 RDC R6040 FastEthernet. */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_vte.c,v 1.27 2019/10/30 07:26:28 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_vte.c,v 1.28 2019/11/12 19:44:46 maya Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -847,7 +847,7 @@
                aprint_error_dev(sc->vte_dev, "could not set media\n");
                return error;
        }
-                                                                                       return 0;
+       return 0;
 
 }
 



Home | Main Index | Thread Index | Old Index