From: Francis Dupont Date: Wed, 5 Jul 2017 12:27:14 +0000 (+0200) Subject: [5288] Improved indent X-Git-Tag: trac5227_base~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5420e596602e0878617149ad5beb02c0d8681c10;p=thirdparty%2Fkea.git [5288] Improved indent --- diff --git a/doc/examples/kea4/multiple-options.json b/doc/examples/kea4/multiple-options.json index b287b62f27..a68b65e93c 100644 --- a/doc/examples/kea4/multiple-options.json +++ b/doc/examples/kea4/multiple-options.json @@ -134,7 +134,7 @@ // of addresses. "pool": "192.0.2.10 - 192.0.2.100" - }, { + }, { // This second pool is more interesting. Anyone who gets an // address from this pool will also get this specific option // value if asks for DNS servers configuration. This value, @@ -146,7 +146,7 @@ "name": "domain-name-servers", "data": "192.0.2.3, 192.0.2.4" } - ] + ] } ] } ] },