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
-7
View File
@@ -14,11 +14,9 @@
#include <sys/types.h>
#include <errno.h>
#define __u32 unsigned int
#define __u8 unsigned char
#include "../../shared/debug.h"
#include "../../shared/str.h"
@@ -28,7 +26,6 @@
#include "irmanin.h"
#include "../../../libirman-0.4.1b/irman.h"
char *progname = "irmanin";
char *codes[] = {
@@ -62,8 +59,6 @@ char *codes[] = {
/* end */ NULL
};
//////////////////////////////////////////////////////////////////////////
////////////////////// Base "class" to derive from ///////////////////////
//////////////////////////////////////////////////////////////////////////
@@ -162,7 +157,6 @@ irmanin_init (struct lcd_logical_driver *driver, char *args)
return 1; // 200 is arbitrary. (must be 1 or more)
}
void
irmanin_close ()
{
@@ -175,7 +169,6 @@ irmanin_close ()
ir_finish ();
}
//////////////////////////////////////////////////////////////////////
// Tries to read a character from an input device...
//