styling: remove trailing whitespace from all modules

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-06-02 11:49:57 +01:00
parent 83c29cc330
commit fdcd36e1ae
8 changed files with 56 additions and 56 deletions

View File

@@ -41,7 +41,7 @@ IICLcd::IICLcd (int bus, int lcdAddress) {
}
}
maa_result_t
maa_result_t
IICLcd::write (int row, int column, std::string msg) {
setCursor (row, column);
write (msg);