From d97cccd167271f6258f43045d3f594182cd59204 Mon Sep 17 00:00:00 2001 From: skrll Date: Thu, 9 Nov 2017 21:39:48 +0000 Subject: [PATCH] Trailing whitespcae --- sys/arch/evbarm/rpi/vcprop_subr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/evbarm/rpi/vcprop_subr.c b/sys/arch/evbarm/rpi/vcprop_subr.c index 245f7310e2b9..8e2639cb60d5 100644 --- a/sys/arch/evbarm/rpi/vcprop_subr.c +++ b/sys/arch/evbarm/rpi/vcprop_subr.c @@ -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 #include #include @@ -347,7 +347,7 @@ rpi_fb_initcursor(bus_addr_t pixels, int hx, int hy) { int error; uint32_t res; - + struct __aligned(16) { struct vcprop_buffer_hdr vb_hdr;