]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix tab introduced in f43946829ce037
authorNick Mathewson <nickm@torproject.org>
Mon, 10 Sep 2012 14:22:40 +0000 (10:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 10 Sep 2012 14:22:40 +0000 (10:22 -0400)
src/or/config.c

index f38e6863b460261f1ccdaca40a142010563e05db..8f79c44cc1c593e1010035371184d502ba60cded 100644 (file)
@@ -7310,7 +7310,7 @@ getinfo_helper_config(control_connection_t *conn,
       const char *type;
       /* don't tell controller about triple-underscore options */
       if (!strncmp(_option_vars[i].name, "___", 3))
-         continue;
+        continue;
       switch (var->type) {
         case CONFIG_TYPE_STRING: type = "String"; break;
         case CONFIG_TYPE_FILENAME: type = "Filename"; break;