From 7fd5d5bd54981aa43a8de21f368b6251b82391de Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 29 Oct 2018 10:32:40 +0100 Subject: [PATCH] [65-libyang-finish-doc] untabify --- src/lib/yang/translator_config.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/lib/yang/translator_config.h b/src/lib/yang/translator_config.h index dd63655b32..7bee572098 100644 --- a/src/lib/yang/translator_config.h +++ b/src/lib/yang/translator_config.h @@ -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" +/// } +/// ] +/// } +/// ] /// } /// } /// -- 2.47.2