More formatting updates. Reduced whitespace, looks even better.

This commit is contained in:
William Ferrell
2000-03-30 20:43:33 +00:00
parent a98c8109a8
commit ddfd41f53e
78 changed files with 0 additions and 590 deletions
-6
View File
@@ -17,7 +17,6 @@
#define __u32 unsigned int
#define __u8 unsigned char
#include "../../shared/debug.h"
#include "../../shared/str.h"
@@ -26,7 +25,6 @@
#include "lcd.h"
#include "lircin.h"
char *progname = "lircin";
int fd;
@@ -35,7 +33,6 @@ struct sockaddr_un addr;
static struct lirc_config *config;
//////////////////////////////////////////////////////////////////////////
////////////////////// Base "class" to derive from ///////////////////////
//////////////////////////////////////////////////////////////////////////
@@ -56,7 +53,6 @@ lircin_close ()
lirc_deinit ();
}
//////////////////////////////////////////////////////////////////////
// Tries to read a character from an input device...
//
@@ -84,7 +80,6 @@ lircin_getkey ()
return 0;
}
////////////////////////////////////////////////////////////
// init() should set up any device-specific stuff, and
// point all the function pointers.
@@ -101,7 +96,6 @@ lircin_init (struct lcd_logical_driver *driver, char *args)
/* open socket to lirc */
if (-1 == (fd = lirc_init ("lcdd", 1))) {
fprintf (stderr, "no infrared remote support available\n");
return -1;