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 extra newline.
details: https://anonhg.NetBSD.org/src/rev/9ea37cc2fbdb
branches: trunk
changeset: 355831:9ea37cc2fbdb
user: nat <nat%NetBSD.org@localhost>
date: Wed Aug 16 21:18:58 2017 +0000
description:
Remove extra newline.
diffstat:
sys/dev/pckbport/alps.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 26dfbdcb6a15 -r 9ea37cc2fbdb sys/dev/pckbport/alps.c
--- a/sys/dev/pckbport/alps.c Wed Aug 16 21:09:48 2017 +0000
+++ b/sys/dev/pckbport/alps.c Wed Aug 16 21:18:58 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: alps.c,v 1.3 2017/08/16 21:09:48 nat Exp $ */
+/* $NetBSD: alps.c,v 1.4 2017/08/16 21:18:58 nat Exp $ */
/*-
* Copyright (c) 2017 Ryo ONODERA <ryo%tetera.org@localhost>
@@ -30,7 +30,7 @@
#include "opt_pms.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: alps.c,v 1.3 2017/08/16 21:09:48 nat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: alps.c,v 1.4 2017/08/16 21:18:58 nat Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -687,7 +687,6 @@
int res;
u_char cmd[1], resp[3];
-
sc->last_x1 = 0;
sc->last_y1 = 0;
sc->last_x2 = 0;
Home |
Main Index |
Thread Index |
Old Index