From: John Darrington Date: Tue, 2 Dec 2008 11:07:43 +0000 (+0900) Subject: Whitespace change X-Git-Tag: v0.7.1~77 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=9eb2348c62b8b4c9fa1a36836cf00976c9c0df23 Whitespace change --- diff --git a/lib/gtksheet/gtksheet.c b/lib/gtksheet/gtksheet.c index db91026f..01ae5130 100644 --- a/lib/gtksheet/gtksheet.c +++ b/lib/gtksheet/gtksheet.c @@ -4694,7 +4694,7 @@ draw_button (GtkSheet *sheet, GdkWindow *window, allocation.y += 2 * sheet->button->style->ythickness; - if (button->label && strlen (button->label)>0) + if (button->label && strlen (button->label) > 0) { PangoRectangle rect; gchar *line = button->label;