Mercurial > mplayer.hg
diff input/lirc.c @ 29263:0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
| author | diego |
|---|---|
| date | Wed, 13 May 2009 02:58:57 +0000 |
| parents | 418d7d213966 |
| children | ca614fc25817 |
line wrap: on
line diff
--- a/input/lirc.c Tue May 12 19:25:35 2009 +0000 +++ b/input/lirc.c Wed May 13 02:58:57 2009 +0000 @@ -35,7 +35,7 @@ static char* cmd_buf = NULL; -int +int mp_input_lirc_init(void) { int lirc_sock; int mode; @@ -81,7 +81,7 @@ } return w; } - + // Nothing in the buffer, poll the lirc fd if(lirc_nextcode(&code) != 0) { mp_msg(MSGT_LIRC,MSGL_ERR,"Lirc error :(\n");
