comparison input/lirc.h @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 142c53391eb7
children f7b0ceac5aae
comparison
equal deleted inserted replaced
29262:7d545a6b8aff 29263:0f1b5b68af32
17 */ 17 */
18 18
19 #ifndef MPLAYER_LIRC_H 19 #ifndef MPLAYER_LIRC_H
20 #define MPLAYER_LIRC_H 20 #define MPLAYER_LIRC_H
21 21
22 int 22 int
23 mp_input_lirc_init(void); 23 mp_input_lirc_init(void);
24 24
25 int 25 int
26 mp_input_lirc_read(int fd,char* dest, int s); 26 mp_input_lirc_read(int fd,char* dest, int s);
27 27