Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pckbport Remove trailing tab
details: https://anonhg.NetBSD.org/src/rev/5583af15c756
branches: trunk
changeset: 362170:5583af15c756
user: ryoon <ryoon%NetBSD.org@localhost>
date: Tue May 29 11:38:24 2018 +0000
description:
Remove trailing tab
diffstat:
sys/dev/pckbport/synaptics.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d375e4f775e3 -r 5583af15c756 sys/dev/pckbport/synaptics.c
--- a/sys/dev/pckbport/synaptics.c Tue May 29 11:18:50 2018 +0000
+++ b/sys/dev/pckbport/synaptics.c Tue May 29 11:38:24 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: synaptics.c,v 1.36 2017/12/05 18:04:21 jmcneill Exp $ */
+/* $NetBSD: synaptics.c,v 1.37 2018/05/29 11:38:24 ryoon Exp $ */
/*
* Copyright (c) 2005, Steve C. Woodford
@@ -48,7 +48,7 @@
#include "opt_pms.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: synaptics.c,v 1.36 2017/12/05 18:04:21 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: synaptics.c,v 1.37 2018/05/29 11:38:24 ryoon Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -469,7 +469,7 @@
aprint_error("synaptics: set mode error\n");
synaptics_poll_cmd(psc, PMS_SET_SAMPLE, SYNAPTICS_CMD_SET_MODE2, 0);
-
+
/* a couple of set scales to clear out pending commands */
for (int i = 0; i < 2; i++)
synaptics_poll_cmd(psc, PMS_SET_SCALE11, 0);
Home |
Main Index |
Thread Index |
Old Index