diff options
-rwxr-xr-x | scripts/gen-mplus-patch.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-mplus-patch.pl b/scripts/gen-mplus-patch.pl index 43c59d3..1d0650c 100755 --- a/scripts/gen-mplus-patch.pl +++ b/scripts/gen-mplus-patch.pl @@ -124,7 +124,7 @@ sub patch_kconfig $inject .= "\tdepends on FRAMEBUFFER_CONSOLE\n\thelp\n"; $inject .= "\t This is a sans-serif font with a " . "sophisticated and relaxed design that\n\t balances " . - "natural letterform and high legibility.\n"; + "natural letterform and high legibility.\n\n"; } $new =~ s{^(\s*config\s+FONT_AUTOSELECT\s*)$}{$inject$1}msx; |