[Pommed-commits] r463 - trunk/pommed
jblache at alioth.debian.org
jblache at alioth.debian.org
Sun May 18 10:05:07 UTC 2008
Author: jblache
Date: 2008-05-18 10:05:06 +0000 (Sun, 18 May 2008)
New Revision: 463
Modified:
trunk/pommed/evdev.c
Log:
Stylistic alignment.
Modified: trunk/pommed/evdev.c
===================================================================
--- trunk/pommed/evdev.c 2008-05-18 10:02:44 UTC (rev 462)
+++ trunk/pommed/evdev.c 2008-05-18 10:05:06 UTC (rev 463)
@@ -821,7 +821,9 @@
static int
evdev_is_extkbd(unsigned short *id)
{
- return (evdev_is_extkbd_white(id) || evdev_is_extkbd_alu(id) || evdev_is_extkbd_alu_wl(id));
+ return (evdev_is_extkbd_white(id)
+ || evdev_is_extkbd_alu(id)
+ || evdev_is_extkbd_alu_wl(id));
}
/* Mouseemu virtual keyboard */
More information about the Pommed-commits
mailing list