Clean up trailing spaces from vim, etc.

This commit is contained in:
Scott Lahteine
2018-05-31 00:06:26 -05:00
parent 21d812d502
commit d259070980
3 changed files with 11 additions and 13 deletions

View File

@ -164,7 +164,7 @@ inline void lcd_implementation_status_message(const bool blink) {
lcd_put_wchar('.');
if (--chars) {
// Print a second copy of the message
lcd_put_u8str_max(lcd_status_message, LCD_PIXEL_WIDTH - ((rlen+2) * DOG_CHAR_WIDTH));
lcd_put_u8str_max(lcd_status_message, LCD_PIXEL_WIDTH - ((rlen+2) * DOG_CHAR_WIDTH));
}
}
}