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
@@ -2,7 +2,7 @@ This document describes the driver API of v0.4 of LCDproc.
The API consists of several functions to tell the driver that
certains actions should be performed, and some data. I consider
the data part of the API, because this data is transfered
the data part of the API, because this data is transfered
between core and driver.
OVERVIEW OF OPERATION
@@ -58,7 +58,7 @@ The various parts are meant for the following:
1. Several variables
These vars are meant to tell the server how many characters wide and high the
LCD is, and what size the definable characters are.
LCD is, and what size the definable characters are.
2. Framebuf
The framebuffer can be written to by server and client in the 0.4 version.