summaryrefslogtreecommitdiffstats
path: root/source/helper.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-08-08 15:55:13 +0200
committerDave Davenport <qball@gmpclient.org>2018-08-08 15:55:13 +0200
commit859a9c79d604ab6d0bd25af269e4c3f59b2a970b (patch)
tree025477f377a28581d2ffea4098b2caa939b64ceb /source/helper.c
parent4631ac711f8048433ea9b5a3449179ef3f583cd7 (diff)
Indent the code.
Diffstat (limited to 'source/helper.c')
-rw-r--r--source/helper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/helper.c b/source/helper.c
index 52922912..0ca94e47 100644
--- a/source/helper.c
+++ b/source/helper.c
@@ -587,7 +587,8 @@ int config_sanity_check ( void )
}
else if ( g_strcmp0 ( config.sorting_method, "fzf" ) == 0 ) {
config.sorting_method_enum = SORT_FZF;
- } else {
+ }
+ else {
g_string_append_printf ( msg, "\t<b>config.sorting_method</b>=%s is not a valid sorting strategy.\nValid options are: normal or fzf.\n",
config.sorting_method );
found_error = 1;