Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/i2c Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/61a3371ad9df
branches:  trunk
changeset: 359632:61a3371ad9df
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 15 06:22:30 2022 +0000

description:
Trailing whitespace

diffstat:

 sys/dev/i2c/ihidev.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r be8d1daafbb7 -r 61a3371ad9df sys/dev/i2c/ihidev.c
--- a/sys/dev/i2c/ihidev.c      Fri Jan 14 23:56:35 2022 +0000
+++ b/sys/dev/i2c/ihidev.c      Sat Jan 15 06:22:30 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ihidev.c,v 1.26 2022/01/14 22:28:59 riastradh Exp $ */
+/* $NetBSD: ihidev.c,v 1.27 2022/01/15 06:22:30 skrll Exp $ */
 /* $OpenBSD ihidev.c,v 1.13 2017/04/08 02:57:23 deraadt Exp $ */
 
 /*-
@@ -54,7 +54,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ihidev.c,v 1.26 2022/01/14 22:28:59 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ihidev.c,v 1.27 2022/01/15 06:22:30 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1025,7 +1025,7 @@
        if (ACPI_FAILURE(status)) {
                aprint_error_dev(sc->sc_dev,
                    "failed to get HidDescriptorAddress: %s\n",
-                   AcpiFormatException(status)); 
+                   AcpiFormatException(status));
                return false;
        }
 



Home | Main Index | Thread Index | Old Index