diff --git a/src/main.c b/src/main.c index 41f3820..af0fdf2 100644 --- a/src/main.c +++ b/src/main.c @@ -58,6 +58,7 @@ int main (void) lcd_putc(' '); } } + lcd_puts_P(PSTR(" ")); /* Clear the end of the line */ lcd_goto(0x40); /* Got to the beginning of the next line */ diff --git a/tooling/format-code.sh b/tooling/format-code.sh index 5a8fdef..1b6be97 100755 --- a/tooling/format-code.sh +++ b/tooling/format-code.sh @@ -13,15 +13,13 @@ then exit 1 fi -# +# for FILE in "$@" do RESULT="$(astyle --style=1tbs \ --indent-col1-comments \ - --break-blocks \ --pad-oper \ --pad-header \ - --delete-empty-lines \ --add-brackets \ --convert-tabs \ --max-code-length=80 \