From f0b1dbdc00bda57c62199cbdc44acbadbb1121b0 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Mon, 1 Feb 2010 22:03:33 +0100 Subject: janitor: stick to kernel-style formatting With this commit, the whole code base complies with the kernel format style, and patches can be checked against the kernel-provided ./scripts/checkpatch.pl --- src/mtouch.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/mtouch.h') diff --git a/src/mtouch.h b/src/mtouch.h index 900d825..753a400 100644 --- a/src/mtouch.h +++ b/src/mtouch.h @@ -27,8 +27,6 @@ #include "hwdata.h" #include "state.h" -//////////////////////////////////////////////////////// - struct MTouch { struct Capabilities caps; struct IOBuffer buf; @@ -36,15 +34,11 @@ struct MTouch { struct State os, ns; }; -//////////////////////////////////////////////////////// - int configure_mtouch(struct MTouch *mt, int fd); int open_mtouch(struct MTouch *mt, int fd); int close_mtouch(struct MTouch *mt, int fd); -bool read_synchronized_event(struct MTouch *mt, int fd); +int read_synchronized_event(struct MTouch *mt, int fd); void parse_event(struct MTouch *mt); -//////////////////////////////////////////////////////// - #endif -- cgit v1.2.3