Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/165b7143e0a3
branches:  trunk
changeset: 746023:165b7143e0a3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Mar 20 06:18:45 2020 +0000

description:
Trailing whitespace

diffstat:

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

diffs (27 lines):

diff -r 2dcffa02a6a6 -r 165b7143e0a3 sys/dev/ic/dwc_mmc.c
--- a/sys/dev/ic/dwc_mmc.c      Fri Mar 20 03:21:14 2020 +0000
+++ b/sys/dev/ic/dwc_mmc.c      Fri Mar 20 06:18:45 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc_mmc.c,v 1.23 2020/03/19 15:19:13 skrll Exp $ */
+/* $NetBSD: dwc_mmc.c,v 1.24 2020/03/20 06:18:45 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dwc_mmc.c,v 1.23 2020/03/19 15:19:13 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dwc_mmc.c,v 1.24 2020/03/20 06:18:45 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -439,7 +439,7 @@
        }
 
        sc->sc_mmc_width = width;
-       
+
        return 0;
 }
 



Home | Main Index | Thread Index | Old Index