diff options
author | Linus Nordberg <linus@nordu.net> | 2015-11-12 17:21:24 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-11-12 17:21:24 +0100 |
commit | 8ffe3b8318099dfbf6d0596db6997c0d2055aea6 (patch) | |
tree | d1e06038ec91c7836fe5b14553903a4ec0328533 /tools | |
parent | e75838191faa6635f49e5a58044bc9c9512b73f6 (diff) |
Spurious whitespace.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/compileconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py index 0d5d347..25518ee 100755 --- a/tools/compileconfig.py +++ b/tools/compileconfig.py @@ -293,7 +293,7 @@ def gen_config(nodename, config, localconfig): plopconfig.append((Symbol("storage_nodes_quorum"), config["storage-quorum-size"])) services.add(Symbol("ht")) allowed_clients += allowed_clients_frontend(mergenodenames, primarymergenode) - allowed_clients += allowed_clients_public() + allowed_clients += allowed_clients_public() allowed_servers += allowed_servers_frontend([node["name"] for node in signingnodes], storagenodenames) if "storagenodes" in nodetype: allowed_clients += allowed_clients_storage(frontendnodenames, mergenodenames) |