From be15a908856032cdbd54a7dba2a96edb4e97307c Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 23 Oct 2012 01:14:25 +0200 Subject: [PATCH] whitespaces --- drivers/gdisp/SSD1289/ssd1289_lld.c.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gdisp/SSD1289/ssd1289_lld.c.h b/drivers/gdisp/SSD1289/ssd1289_lld.c.h index bb88e9a4..47ca5378 100644 --- a/drivers/gdisp/SSD1289/ssd1289_lld.c.h +++ b/drivers/gdisp/SSD1289/ssd1289_lld.c.h @@ -319,6 +319,9 @@ static void lld_lcdSetViewPort(uint16_t x, uint16_t y, uint16_t cx, uint16_t cy) lld_lcdSetCursor(x, y); } -static __inline void lld_lcdResetViewPort(void) {} +static __inline void lld_lcdResetViewPort(void) { + /* ToDo */ +} #endif /* SSD1289_H */ +