summaryrefslogtreecommitdiff
path: root/gtk/gtkseparatortoolitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkseparatortoolitem.h')
-rw-r--r--gtk/gtkseparatortoolitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkseparatortoolitem.h b/gtk/gtkseparatortoolitem.h
index 6f7788b5a0..79075ee503 100644
--- a/gtk/gtkseparatortoolitem.h
+++ b/gtk/gtkseparatortoolitem.h
@@ -44,7 +44,7 @@ typedef struct _GtkSeparatorToolItemPrivate GtkSeparatorToolItemPrivate;
struct _GtkSeparatorToolItem
{
GtkToolItem parent;
-
+
/*< private >*/
GtkSeparatorToolItemPrivate *priv;
};