Module Name:    src
Committed By:   skrll
Date:           Thu Nov  9 21:39:48 UTC 2017

Modified Files:
        src/sys/arch/evbarm/rpi: vcprop_subr.c

Log Message:
Trailing whitespcae


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/rpi/vcprop_subr.c

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_subr.c
diff -u src/sys/arch/evbarm/rpi/vcprop_subr.c:1.2 src/sys/arch/evbarm/rpi/vcprop_subr.c:1.3
--- src/sys/arch/evbarm/rpi/vcprop_subr.c:1.2	Fri Oct  3 17:57:48 2014
+++ src/sys/arch/evbarm/rpi/vcprop_subr.c	Thu Nov  9 21:39:48 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: vcprop_subr.c,v 1.2 2014/10/03 17:57:48 skrll Exp $	*/
+/*	$NetBSD: vcprop_subr.c,v 1.3 2017/11/09 21:39:48 skrll Exp $	*/
 
 /*
  * Copyright (c) 2014 Michael Lorenz
@@ -28,7 +28,7 @@
 /*
  * Mailbox property interface wrapper functions
  */
- 
+
 #include <sys/param.h>
 #include <sys/device.h>
 #include <sys/bus.h>
@@ -347,7 +347,7 @@ rpi_fb_initcursor(bus_addr_t pixels, int
 {
 	int error;
 	uint32_t res;
-	
+
 
 	struct __aligned(16) {
 		struct vcprop_buffer_hdr	vb_hdr;

Reply via email to