]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2157] some editorial cleanups for pydoc
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 30 Jan 2013 03:00:57 +0000 (19:00 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 30 Jan 2013 03:00:57 +0000 (19:00 -0800)
src/bin/auth/gen-statisticsitems.py.pre.in

index 9a4e626943dcd6f69592e5fd50f938af5ae1ea22..027101d8560970ccfe3719dd3ed7ac6ac16a49ad 100755 (executable)
@@ -291,8 +291,8 @@ def generate_cxx(itemsfile, ccfile, utfile, def_mtime):
           COUNTER_ITEM, ///< item's descriptin
         - item_names consists of tuples of three elements, depending on
           whether it's a leaf element (no child from it) or not:
-          (leaf)   { "item_name", NULL, COUNTER_ITEM },
-          (branch) { "item_name", CHILD_NAME, NOT_ITEM
+          (leaf)   ( "item_name", NULL, COUNTER_ITEM )
+          (branch) ( "item_name", CHILD_NAME, NOT_ITEM )
 
         Each single call to this function builds a C++ structure beginning
         with the given item_head, which is a string that reads like