Big cleanup: Remove trailing whitespace from files (except those imported

from external sources).
This commit is contained in:
mmdolze
2010-10-30 18:04:21 +00:00
parent 49cd060374
commit fd9b2ce713
113 changed files with 856 additions and 856 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ typedef struct bayrad_private_data {
int cellheight;
char *framebuf;
char ccmode;
} PrivateData;
} PrivateData;
// Vars for the server core
@@ -189,7 +189,7 @@ bayrad_close(Driver *drvthis)
if (p->fd >= 0) {
write(p->fd, "\x8e\x00", 2); // Backlight OFF
close(p->fd);
}
}
if (p->framebuf != NULL)
free(p->framebuf);