src/oconfig.[ch]: Implemented a first version.
[liboconfig.git] / src / oconfig.h
index 29a6429..e6e53e2 100644 (file)
@@ -44,13 +44,13 @@ struct oconfig_item_s;
 typedef struct oconfig_item_s oconfig_item_t;
 struct oconfig_item_s
 {
-       char            *key;
-       oconfig_value_t *values;
-       int              values_num;
+  char            *key;
+  oconfig_value_t *values;
+  int              values_num;
 
-       oconfig_item_t  *parent;
-       oconfig_item_t  *children;
-       int              children_num;
+  oconfig_item_t  *parent;
+  oconfig_item_t  *children;
+  int              children_num;
 };
 
 /*