Skip to content

Commit d94a41c

Browse files
committed
Chore: tidy
1 parent 81b7fb0 commit d94a41c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/logo/logo.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ static bool logoPrintFileIfExists(bool doColorReplacement, bool raw)
510510
)
511511
{
512512
if (instance.config.display.showErrors)
513-
fprintf(stderr, "Logo: Failed to load file content from logo source: %s \n", options->source.chars);
513+
fprintf(stderr, "Logo: Failed to load file content from logo source: %s\n", options->source.chars);
514514
return false;
515515
}
516516

@@ -603,7 +603,7 @@ void ffLogoPrint(void)
603603
{
604604
// Image logo should have been handled
605605
if(options->type == FF_LOGO_TYPE_BUILTIN || options->type == FF_LOGO_TYPE_SMALL)
606-
fprintf(stderr, "Logo: Failed to load %s logo: %s \n", options->type == FF_LOGO_TYPE_BUILTIN ? "builtin" : "builtin small", options->source.chars);
606+
fprintf(stderr, "Logo: Failed to load %s logo: %s\n", options->type == FF_LOGO_TYPE_BUILTIN ? "builtin" : "builtin small", options->source.chars);
607607
}
608608

609609
logoPrintDetected(FF_LOGO_SIZE_UNKNOWN);

0 commit comments

Comments
 (0)