aboutsummaryrefslogtreecommitdiffstats
path: root/drv_HD44780.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_HD44780.c')
-rw-r--r--drv_HD44780.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_HD44780.c b/drv_HD44780.c
index bc3a97e..26f0bc9 100644
--- a/drv_HD44780.c
+++ b/drv_HD44780.c
@@ -1410,7 +1410,7 @@ int drv_HD_init(const char *section, const int quiet)
/* initialize generic GPIO driver */
if ((ret = drv_generic_gpio_init(section, Name)) != 0)
return ret;
-
+
#ifdef WITH_PARPORT
if ((ret = drv_generic_keypad_init(section, Name)) != 0)
return ret;