Treewide: cleanup whitespace
[collectd.git] / src / liboconfig / oconfig.c
index b4b8244..ca7f958 100644 (file)
@@ -176,7 +176,7 @@ oconfig_item_t *oconfig_clone (const oconfig_item_t *ci_orig)
     for (i = 0; i < ci_copy->children_num; i++)
     {
       oconfig_item_t *child;
-      
+
       child = oconfig_clone (ci_orig->children + i);
       if (child == NULL)
       {