Remove trailing whitespace from most files

This commit is contained in:
Uoti Urpala
2009-07-07 02:34:35 +03:00
parent 6d908205fb
commit 0eb321bf2c
750 changed files with 23134 additions and 23344 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ char *lirc_configfile;
static char* cmd_buf = NULL;
int
int
mp_input_lirc_init(void) {
int lirc_sock;
int mode;
@@ -81,7 +81,7 @@ int mp_input_lirc_read(int fd,char* dest, int s) {
}
return w;
}
// Nothing in the buffer, poll the lirc fd
if(lirc_nextcode(&code) != 0) {
mp_msg(MSGT_LIRC,MSGL_ERR,"Lirc error :(\n");