[Privoxy-commits] [privoxy] 04/07: load_config(): Fix indentation
User Git
git at git.privoxy.org
Thu May 20 09:39:18 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit ddcf61e945b17ebe8a36c184abaf317a52f6da43
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Mar 23 05:58:47 2021 +0100
load_config(): Fix indentation
---
loadcfg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/loadcfg.c b/loadcfg.c
index abb98d7a..f98e0841 100644
--- 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;
/* *************************************************************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list