Whitespace change
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 2 Dec 2008 11:07:43 +0000 (20:07 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 2 Dec 2008 11:07:43 +0000 (20:07 +0900)
lib/gtksheet/gtksheet.c

index db91026f46cbdd9e8495e97bbbb859d806ede716..01ae5130cb5ddfe4e819995eb4a0604d887cc7da 100644 (file)
@@ -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;