Remove unwanted whitespace

This commit is contained in:
SId Price 2022-06-26 15:05:20 -06:00 committed by Rachel Mant
parent 3495207980
commit 84408fef57
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
void bmp_ident(bmp_info_t *info) void bmp_ident(bmp_info_t *info)
{ {
PRINT_INFO("Black Magic Debug App (for BMP only) %s\n", FIRMWARE_VERSION); PRINT_INFO("Black Magic Debug App (for BMP only) %s\n", FIRMWARE_VERSION);
if (!info) if (!info)
return; return;