fix indentation
[privoxy.git] / errlog.c
index a9cfb8c..e1d9925 100644 (file)
--- 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: