From 011272031aaed290e4a6e6731ab24a42ab3706d6 Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Fri, 15 Dec 2017 10:42:53 -0800 Subject: [PATCH] spacing --- src/avr/src/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/avr/src/status.c b/src/avr/src/status.c index c6113ad..c791286 100644 --- a/src/avr/src/status.c +++ b/src/avr/src/status.c @@ -82,7 +82,7 @@ stat_t status_message_P(const char *location, status_level_t level, vfprintf_P(stdout, msg, args); va_end(args); - } else printf_P("%"PRPSTR, status_to_pgmstr(code)); + } else printf_P("%" PRPSTR, status_to_pgmstr(code)); putchar('"'); -- 2.27.0