Module Name: src
Committed By: rin
Date: Mon Nov 23 06:29:32 UTC 2020
Modified Files:
src/sys/arch/evbarm/rpi: vcprop.h
Log Message:
Remove stray white space. No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/rpi/vcprop.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/rpi/vcprop.h
diff -u src/sys/arch/evbarm/rpi/vcprop.h:1.17 src/sys/arch/evbarm/rpi/vcprop.h:1.18
--- src/sys/arch/evbarm/rpi/vcprop.h:1.17 Mon Dec 30 15:58:12 2019
+++ src/sys/arch/evbarm/rpi/vcprop.h Mon Nov 23 06:29:32 2020
@@ -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_fwrev {
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)