Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/rpi Remove stray white space. No binary chan...



details:   https://anonhg.NetBSD.org/src/rev/c1b1816aae3a
branches:  trunk
changeset: 946306:c1b1816aae3a
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Nov 23 06:29:32 2020 +0000

description:
Remove stray white space. No binary changes.

diffstat:

 sys/arch/evbarm/rpi/vcprop.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 0fa09c7a8fe0 -r c1b1816aae3a sys/arch/evbarm/rpi/vcprop.h
--- a/sys/arch/evbarm/rpi/vcprop.h      Mon Nov 23 06:24:35 2020 +0000
+++ b/sys/arch/evbarm/rpi/vcprop.h      Mon Nov 23 06:29:32 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vcprop.h,v 1.17 2019/12/30 15:58:12 skrll Exp $        */
+/*     $NetBSD: vcprop.h,v 1.18 2020/11/23 06:29:32 rin Exp $  */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -130,12 +130,12 @@
 struct vcprop_tag_boardmodel {
        struct vcprop_tag tag;
        uint32_t model;
-} ;
+};
 
 struct vcprop_tag_boardrev {
        struct vcprop_tag tag;
        uint32_t rev;
-} ;
+};
 
 #define        VCPROP_REV_PCBREV       __BITS(3,0)
 #define        VCPROP_REV_MODEL        __BITS(11,4)



Home | Main Index | Thread Index | Old Index