From 219b9e6daa51d3dca67c6a2a79446f228a771665 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 15 Jul 2019 00:44:58 -0400 Subject: scripts/gen-mplus-patch.pl: Add extra newlines in Kconfig --- 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; -- cgit v0.9.1