Skip to content

Commit

Permalink
stupid space
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Mar 22, 2024
1 parent c8768f6 commit 320921a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/io/osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ void osdInit(displayPort_t *osdDisplayPortToUse) {
leftScreen = HDINDENT;
} else
#endif
{ leftScreen = SDINDENT;}
{ leftScreen = SDINDENT; }
osdDrawLogo(leftScreen + 3, 1);
char string_buffer[30];
tfp_sprintf(string_buffer, "V%s", FC_VERSION_STRING);
Expand Down

0 comments on commit 320921a

Please sign in to comment.