[Privoxy-commits] [privoxy] 10/10: fix indentation

User Git git at git.privoxy.org
Sun Mar 21 22:58:00 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 66b8a8b2a9a28586e5e7ac6591b271e991449131
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Sun Mar 21 16:45:27 2021 -0400

    fix indentation
---
 errlog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/errlog.c b/errlog.c
index a9cfb8ca..e1d99259 100644
--- a/errlog.c
+++ b/errlog.c
@@ -583,7 +583,7 @@ static const char *get_log_level_string(int loglevel)
       case LOG_LEVEL_CONNECT:
          log_level_string = "Connect";
          break;
-     case LOG_LEVEL_TAGGING:
+      case LOG_LEVEL_TAGGING:
          log_level_string = "Tagging";
          break;
       case LOG_LEVEL_WRITING:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list