From d3fd5c7fa44e0f19a97d2dcb99ee937eaa80d704 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Fri, 13 Apr 2012 06:03:23 +0530 Subject: [PATCH] [1818] Add spacing for consistency --- tests/lettuce/configurations/bindctl_commands.config.orig | 2 +- tests/lettuce/configurations/example.org.config.orig | 2 +- tests/lettuce/configurations/example.org.inmem.config | 2 +- tests/lettuce/configurations/example2.org.config | 2 +- tests/lettuce/configurations/ixfr-out/testset1-config.db | 2 +- tests/lettuce/configurations/no_db_file.config | 2 +- tests/lettuce/configurations/xfrin/retransfer_master.conf | 2 +- tests/lettuce/configurations/xfrin/retransfer_slave.conf | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/lettuce/configurations/bindctl_commands.config.orig b/tests/lettuce/configurations/bindctl_commands.config.orig index 7fe213a4e5..d3e567e73b 100644 --- a/tests/lettuce/configurations/bindctl_commands.config.orig +++ b/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" }, diff --git a/tests/lettuce/configurations/example.org.config.orig b/tests/lettuce/configurations/example.org.config.orig index 3b3fb69bea..2455297c13 100644 --- a/tests/lettuce/configurations/example.org.config.orig +++ b/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" } } } diff --git a/tests/lettuce/configurations/example.org.inmem.config b/tests/lettuce/configurations/example.org.inmem.config index 726d32b4a4..28e261de8d 100644 --- a/tests/lettuce/configurations/example.org.inmem.config +++ b/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" } } } diff --git a/tests/lettuce/configurations/example2.org.config b/tests/lettuce/configurations/example2.org.config index 7d0b43c563..e670492454 100644 --- a/tests/lettuce/configurations/example2.org.config +++ b/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" } } } diff --git a/tests/lettuce/configurations/ixfr-out/testset1-config.db b/tests/lettuce/configurations/ixfr-out/testset1-config.db index 60d81f5d5b..1c1b990df1 100644 --- a/tests/lettuce/configurations/ixfr-out/testset1-config.db +++ b/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" }, diff --git a/tests/lettuce/configurations/no_db_file.config b/tests/lettuce/configurations/no_db_file.config index fc13808846..d05173f41c 100644 --- a/tests/lettuce/configurations/no_db_file.config +++ b/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" } } } diff --git a/tests/lettuce/configurations/xfrin/retransfer_master.conf b/tests/lettuce/configurations/xfrin/retransfer_master.conf index 7dca0cba0c..ca73a9aff9 100644 --- a/tests/lettuce/configurations/xfrin/retransfer_master.conf +++ b/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" } diff --git a/tests/lettuce/configurations/xfrin/retransfer_slave.conf b/tests/lettuce/configurations/xfrin/retransfer_slave.conf index f8507807eb..a2ee0e712c 100644 --- a/tests/lettuce/configurations/xfrin/retransfer_slave.conf +++ b/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" }