From 72089cf6b4a77214ec4fd21d5ee5bf56958781cb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 21 Jul 2017 09:50:55 +0200 Subject: config: deindent all help texts Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko --- console-tools/loadfont.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'console-tools/loadfont.c') diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index b7d2917..6dc8fa8 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c @@ -14,29 +14,29 @@ //config: default y //config: select PLATFORM_LINUX //config: help -//config: This program loads a console font from standard input. +//config: This program loads a console font from standard input. //config: //config:config SETFONT //config: bool "setfont (26 kb)" //config: default y //config: select PLATFORM_LINUX //config: help -//config: Allows to load console screen map. Useful for i18n. +//config: Allows to load console screen map. Useful for i18n. //config: //config:config FEATURE_SETFONT_TEXTUAL_MAP //config: bool "Support reading textual screen maps" //config: default y //config: depends on SETFONT //config: help -//config: Support reading textual screen maps. +//config: Support reading textual screen maps. //config: //config:config DEFAULT_SETFONT_DIR //config: string "Default directory for console-tools files" //config: default "" //config: depends on SETFONT //config: help -//config: Directory to use if setfont's params are simple filenames -//config: (not /path/to/file or ./file). Default is "" (no default directory). +//config: Directory to use if setfont's params are simple filenames +//config: (not /path/to/file or ./file). Default is "" (no default directory). //config: //config:comment "Common options for loadfont and setfont" //config: depends on LOADFONT || SETFONT -- cgit v1.1