Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/amlogic Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/5ab335fcf783
branches:  trunk
changeset: 458849:5ab335fcf783
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Aug 13 09:52:57 2019 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/amlogic/meson_platform.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cdda452157d3 -r 5ab335fcf783 sys/arch/arm/amlogic/meson_platform.c
--- a/sys/arch/arm/amlogic/meson_platform.c     Tue Aug 13 09:48:24 2019 +0000
+++ b/sys/arch/arm/amlogic/meson_platform.c     Tue Aug 13 09:52:57 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: meson_platform.c,v 1.11 2019/04/21 15:57:33 jmcneill Exp $ */
+/* $NetBSD: meson_platform.c,v 1.12 2019/08/13 09:52:57 skrll Exp $ */
 
 /*-
  * Copyright (c) 2019 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -33,7 +33,7 @@
 #include "arml2cc.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: meson_platform.c,v 1.11 2019/04/21 15:57:33 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: meson_platform.c,v 1.12 2019/08/13 09:52:57 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -256,7 +256,7 @@
                                strcat(boot_args, rootarg);
                }
        }
-                       
+
        meson_platform_device_register(self, aux);
 }
 #endif



Home | Main Index | Thread Index | Old Index