Re: [PATCH 01/11] kconfig: qconf: reformat the intro message

2020-08-29 Thread Randy Dunlap
On 8/29/20 1:14 AM, Masahiro Yamada wrote: > The introduction message displayed by 'Help -> Introduction' does not > look nice due to excessive new lines. > > Reformat the message. > > Signed-off-by: Masahiro Yamada > --- > > scripts/kconfig/qconf.cc | 29 ++--- > 1 fil

[PATCH 01/11] kconfig: qconf: reformat the intro message

2020-08-29 Thread Masahiro Yamada
The introduction message displayed by 'Help -> Introduction' does not look nice due to excessive new lines. Reformat the message. Signed-off-by: Masahiro Yamada --- scripts/kconfig/qconf.cc | 29 ++--- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/scri