From: Joseph Coffland Date: Fri, 15 Dec 2017 18:42:53 +0000 (-0800) Subject: spacing X-Git-Url: https://git.buildbotics.com/?a=commitdiff_plain;h=011272031aaed290e4a6e6731ab24a42ab3706d6;p=bbctrl-firmware spacing --- 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('"');