st-widget.h: fix spacing

https://bugzilla.gnome.org/show_bug.cgi?id=604943
This commit is contained in:
Dan Winship 2010-03-19 11:45:57 -04:00
parent 874dd14ddc
commit 7c37e94eda

View File

@ -112,7 +112,8 @@ StTextDirection st_widget_get_default_direction (void);
void st_widget_set_default_direction (StTextDirection dir); void st_widget_set_default_direction (StTextDirection dir);
StTextDirection st_widget_get_direction (StWidget *self); StTextDirection st_widget_get_direction (StWidget *self);
void st_widget_set_direction (StWidget *self, StTextDirection dir); void st_widget_set_direction (StWidget *self,
StTextDirection dir);
/* Only to be used by sub-classes of StWidget */ /* Only to be used by sub-classes of StWidget */
void st_widget_style_changed (StWidget *widget); void st_widget_style_changed (StWidget *widget);