Browse Source

[1818] Add spacing for consistency

Mukund Sivaraman 13 years ago
parent
commit
d3fd5c7fa4

+ 1 - 1
tests/lettuce/configurations/bindctl_commands.config.orig

@@ -22,7 +22,7 @@
     },
     "Boss": {
         "components": {
-            "b10-auth": {"kind": "dispensable", "special": "auth" },
+            "b10-auth": { "kind": "dispensable", "special": "auth" },
             "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
             "b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
             "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },

+ 1 - 1
tests/lettuce/configurations/example.org.config.orig

@@ -16,7 +16,7 @@
     },
     "Boss": {
         "components": {
-            "b10-auth": {"kind": "needed", "special": "auth" },
+            "b10-auth": { "kind": "needed", "special": "auth" },
             "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
         }
     }

+ 1 - 1
tests/lettuce/configurations/example.org.inmem.config

@@ -1,7 +1,7 @@
 {"version": 2, "Logging": {"loggers": [{"severity": "DEBUG", "name": "auth", "debuglevel": 99}]}, "Auth": {"database_file": "", "listen_on": [{"port": 47806, "address": "127.0.0.1"}], "datasources": [{"zones": [{"origin": "example.org", "file": "data/example.org"}], "type": "memory"}]},
     "Boss": {
         "components": {
-            "b10-auth": {"kind": "needed", "special": "auth" },
+            "b10-auth": { "kind": "needed", "special": "auth" },
             "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
         }
     }

+ 1 - 1
tests/lettuce/configurations/example2.org.config

@@ -17,7 +17,7 @@
     },
     "Boss": {
         "components": {
-            "b10-auth": {"kind": "needed", "special": "auth" },
+            "b10-auth": { "kind": "needed", "special": "auth" },
             "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
         }
     }

+ 1 - 1
tests/lettuce/configurations/ixfr-out/testset1-config.db

@@ -1,7 +1,7 @@
 {"Xfrin": {"zones": [{"use_ixfr": true, "class": "IN", "name": "example.com.", "master_addr": "178.18.82.80"}]}, "version": 2, "Logging": {"loggers": [{"debuglevel": 99, "severity": "DEBUG", "output_options": [{"output": "stderr", "flush": true}], "name": "*"}]}, "Auth": {"database_file": "data/ixfr-out/zones.sqlite3", "listen_on": [{"port": 47806, "address": "::"}, {"port": 47806, "address": "0.0.0.0"}]},
     "Boss": {
         "components": {
-            "b10-auth": {"kind": "needed", "special": "auth" },
+            "b10-auth": { "kind": "needed", "special": "auth" },
             "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
             "b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
             "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },

+ 1 - 1
tests/lettuce/configurations/no_db_file.config

@@ -9,7 +9,7 @@
     },
     "Boss": {
         "components": {
-            "b10-auth": {"kind": "needed", "special": "auth" },
+            "b10-auth": { "kind": "needed", "special": "auth" },
             "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
         }
     }

+ 1 - 1
tests/lettuce/configurations/xfrin/retransfer_master.conf

@@ -21,7 +21,7 @@
     },
     "Boss": {
         "components": {
-            "b10-auth": {"kind": "needed", "special": "auth" },
+            "b10-auth": { "kind": "needed", "special": "auth" },
             "b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
             "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
             "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }

+ 1 - 1
tests/lettuce/configurations/xfrin/retransfer_slave.conf

@@ -16,7 +16,7 @@
     },
     "Boss": {
         "components": {
-            "b10-auth": {"kind": "needed", "special": "auth" },
+            "b10-auth": { "kind": "needed", "special": "auth" },
             "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
             "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
             "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }