From: Matthias Clasen Date: Sun, 2 Feb 2014 01:53:17 +0000 (-0500) Subject: GTree: formatting fixes X-Git-Tag: 2.39.4~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efae1126db66e74db84b6f054c689aabe32502a8;p=platform%2Fupstream%2Fglib.git GTree: formatting fixes --- diff --git a/glib/gtree.c b/glib/gtree.c index 803b2aa..1b7b8ee 100644 --- a/glib/gtree.c +++ b/glib/gtree.c @@ -71,7 +71,7 @@ typedef struct _GTreeNode GTreeNode; /** * GTree: * - * The #GTree-struct is an opaque data structure representing a Balanced Binary Tree. * It should be accessed only by using the following functions. */ @@ -834,7 +834,7 @@ g_tree_remove_internal (GTree *tree, * is O(log n) (where n is the number of key/value pairs in the tree). * * Return value: the value corresponding to the key, or %NULL - * if the key was not found. + * if the key was not found */ gpointer g_tree_lookup (GTree *tree, @@ -1004,7 +1004,7 @@ g_tree_traverse (GTree *tree, * pairs that have a larger key. * * Return value: the value corresponding to the found key, or %NULL - * if the key was not found. + * if the key was not found */ gpointer g_tree_search (GTree *tree,