Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/wscons wsmouse(4): Nix trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/1620f964e556
branches:  trunk
changeset: 368526:1620f964e556
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Jul 17 11:44:30 2022 +0000

description:
wsmouse(4): Nix trailing whitespace.

diffstat:

 sys/dev/wscons/wsmouse.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 008ab7381a6a -r 1620f964e556 sys/dev/wscons/wsmouse.c
--- a/sys/dev/wscons/wsmouse.c  Sun Jul 17 11:43:39 2022 +0000
+++ b/sys/dev/wscons/wsmouse.c  Sun Jul 17 11:44:30 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsmouse.c,v 1.71 2022/07/17 11:42:55 riastradh Exp $ */
+/* $NetBSD: wsmouse.c,v 1.72 2022/07/17 11:44:30 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -104,7 +104,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wsmouse.c,v 1.71 2022/07/17 11:42:55 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wsmouse.c,v 1.72 2022/07/17 11:44:30 riastradh Exp $");
 
 #include "wsmouse.h"
 #include "wsdisplay.h"
@@ -622,7 +622,7 @@
        size_t i = 0;
 
        for (i = 0; i < nparams; ++i) {
-               switch (buf[i].key) {   
+               switch (buf[i].key) {
                case WSMOUSECFG_REVERSE_SCROLLING:
                        sc->sc_reverse_scroll = (buf[i].value != 0);
                        break;
@@ -644,7 +644,7 @@
        size_t i = 0;
 
        for (i = 0; i < nparams; ++i) {
-               switch (buf[i].key) {   
+               switch (buf[i].key) {
                case WSMOUSECFG_REVERSE_SCROLLING:
                        buf[i].value = sc->sc_reverse_scroll;
                        break;



Home | Main Index | Thread Index | Old Index