From cf73ba47f14a5793b9575ce542edf558fe5abee8 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Fri, 17 Sep 2010 13:14:59 -0400 Subject: [PATCH] Deal with gtk-doc's insane sensitivty to spaces ...by inserting a few of them. --- glib/goption.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/goption.c b/glib/goption.c index bf1283a..f09c7e1 100644 --- a/glib/goption.c +++ b/glib/goption.c @@ -64,12 +64,12 @@ * * Usage: * testtreemodel [OPTION...] - test tree model performance - * + * * Help Options: * -h, --help Show help options * --help-all Show all help options * --help-gtk Show GTK+ Options - * + * * Application Options: * -r, --repeats=N Average over N repetitions * -m, --max-size=M Test up to 2^M items -- 2.7.4