summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-15 00:44:58 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-15 00:44:58 (EDT)
commit219b9e6daa51d3dca67c6a2a79446f228a771665 (patch)
tree3778af94a8f21e26f669248c80578632b4307da1
parente4f95a05710c6f62aa46678044e8f5d78cf82e9a (diff)
scripts/gen-mplus-patch.pl: Add extra newlines in Kconfig
-rwxr-xr-xscripts/gen-mplus-patch.pl2
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;