load_config(): Fix indentation
authorFabian Keil <fk@fabiankeil.de>
Tue, 23 Mar 2021 04:58:47 +0000 (05:58 +0100)
committerFabian Keil <fk@fabiankeil.de>
Thu, 20 May 2021 09:41:45 +0000 (11:41 +0200)
loadcfg.c

index abb98d7..f98e084 100644 (file)
--- a/loadcfg.c
+++ b/loadcfg.c
@@ -1602,7 +1602,7 @@ struct configuration_spec * load_config(void)
  * single-threaded 0|1
  * *************************************************************************/
          case hash_single_threaded :
-            config->multi_threaded =  0 == parse_toggle_state(cmd, arg);
+            config->multi_threaded = 0 == parse_toggle_state(cmd, arg);
             break;
 
 /* *************************************************************************