]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[65-libyang-finish-doc] untabify 65-libyang-finish-doc
authorFrancis Dupont <fdupont@isc.org>
Mon, 29 Oct 2018 09:32:40 +0000 (10:32 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 29 Oct 2018 09:32:40 +0000 (10:32 +0100)
src/lib/yang/translator_config.h

index dd63655b325b40352b05b13767bf54abee350ca3..7bee5720984565fd7da73f8106330041b703cb07 100644 (file)
@@ -101,25 +101,25 @@ namespace yang {
 /// {
 ///     "Dhcp4": {
 ///         "interfaces-config":
-///    {
-///        "interfaces": [ "eth1" ]
-///    },
+///     {
+///         "interfaces": [ "eth1" ]
+///     },
 ///         "control-socket": {
 ///             "socket-type": "unix",
 ///             "socket-name": "/tmp/kea4-sock"
 ///         },
-///    "subnet4":
-///    [
-///        {
-///            "subnet": "10.0.35.0/24",
-///            "pools":
-///            [
-///                {
-///                    "pool": "10.0.35.64/27"
-///                }
-///            ]
-///        }
-///    ]
+///     "subnet4":
+///     [
+///         {
+///             "subnet": "10.0.35.0/24",
+///             "pools":
+///             [
+///                 {
+///                     "pool": "10.0.35.64/27"
+///                 }
+///             ]
+///         }
+///     ]
 ///     }
 /// }
 ///