From a6f14f10ec0218fd0ad8321993db556e89bbba97 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 23 May 2009 16:07:36 +0200 Subject: aligned to Xorg coding style --- src/evdev.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/evdev.h') diff --git a/src/evdev.h b/src/evdev.h index 53d32cf..af92b21 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -99,8 +99,12 @@ typedef struct { int val; /* State of the key/button; pressed or released. */ } EventQueueRec, *EventQueuePtr; -typedef struct {uint8_t cd[256];} EvdevKeyRemapSlice; -typedef struct {EvdevKeyRemapSlice* sl[256];} EvdevKeyRemap, *EvdevKeyRemapPtr; +typedef struct { + uint8_t cd[256]; +} EvdevKeyRemapSlice; +typedef struct { + EvdevKeyRemapSlice* sl[256]; +} EvdevKeyRemap, *EvdevKeyRemapPtr; typedef struct { const char *device; @@ -162,7 +166,7 @@ typedef struct { unsigned char btnmap[32]; /* config-file specified button mapping */ - EvdevKeyRemapPtr keyremap; + EvdevKeyRemapPtr keyremap; int reopen_attempts; /* max attempts to re-open after read failure */ int reopen_left; /* number of attempts left to re-open the device */ -- cgit v1.2.3