diff -r e1c3051e704c -r 169eeb43b52c finch/libgnt/gntutils.h --- a/finch/libgnt/gntutils.h Mon Jan 03 19:18:07 2011 +0000 +++ b/finch/libgnt/gntutils.h Tue Jan 04 06:42:45 2011 +0000 @@ -66,7 +66,7 @@ const char *gnt_util_onscreen_width_to_pointer(const char *str, int len, int *w); /** - * Inserts newlines in 'string' where necessary so that its onscreen width is + * Inserts newlines in 'string' where necessary so that its onscreen width is * no more than 'maxw'. * * @param string The string. @@ -107,7 +107,7 @@ /** * Get a helpful display about the bindings of a widget. - * + * * @param widget The widget to get bindings for. * * @return Returns a GntTree populated with "key" -> "binding" for the widget. @@ -126,7 +126,7 @@ * ", * 2, &win, &button); * @endcode - * + * * @param string The XML string. * @param num The number of widgets to return, followed by 'num' GntWidget ** */