Parcourir la source

[3389a] tabs => spaces

Tomek Mrugalski il y a 7 ans
Parent
commit
20bade2d90
2 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 3 3
      doc/examples/kea4/advanced.json
  2. 3 3
      doc/examples/kea6/advanced.json

+ 3 - 3
doc/examples/kea4/advanced.json

@@ -31,9 +31,9 @@
         // Ethernet/IP stack processing.
         "dhcp-socket-type": "udp",
 
-	// This makes interfaces to be re-detected at each (re-)configuration.
-	// By default it is true.
-	"re-detect": true
+        // This makes interfaces to be re-detected at each (re-)configuration.
+        // By default it is true.
+        "re-detect": true
     },
 
     // We need to specify the the database used to store leases. As of

+ 3 - 3
doc/examples/kea6/advanced.json

@@ -18,9 +18,9 @@
   "interfaces-config": {
     "interfaces": [ "ethX" ],
 
-	// This makes interfaces to be re-detected at each (re-)configuration.
-	// By default it is true.
-	"re-detect": true
+        // This makes interfaces to be re-detected at each (re-)configuration.
+        // By default it is true.
+        "re-detect": true
   },
 
   // We need to specify the the database used to store leases. As of