From bbfc86c17b9263a29e6359578ed74c105b3322a7 Mon Sep 17 00:00:00 2001 From: Tectu Date: Mon, 9 Jul 2012 02:29:58 +0200 Subject: [PATCH] whitepsaces --- gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.h b/gui.h index 5b2919f7..71ae04c1 100644 --- a/gui.h +++ b/gui.h @@ -46,7 +46,6 @@ Thread *guiInit(uint16_t interval, tprio_t priority); * * return: none */ - void guiPrintElements(BaseSequentialStream *chp); /* @@ -57,6 +56,7 @@ void guiPrintElements(BaseSequentialStream *chp); * return: 1 if successful, 0 otherwise */ uint8_t guiDeleteElement(char *label); + /* * Description: draws a button on the screen and keeps it's state up to date *