aboutsummaryrefslogtreecommitdiff
path: root/src/scrub-widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scrub-widget.h')
-rw-r--r--src/scrub-widget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scrub-widget.h b/src/scrub-widget.h
index e518a80..cf6cc5e 100644
--- a/src/scrub-widget.h
+++ b/src/scrub-widget.h
@@ -32,15 +32,15 @@ G_BEGIN_DECLS
#define IS_SCRUB_WIDGET_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), SCRUB_WIDGET_TYPE))
#define SCRUB_WIDGET_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), SCRUB_WIDGET_TYPE, ScrubWidgetClass))
-typedef struct _ScrubWidget ScrubWidget;
-typedef struct _ScrubWidgetClass ScrubWidgetClass;
+typedef struct _ScrubWidget ScrubWidget;
+typedef struct _ScrubWidgetClass ScrubWidgetClass;
struct _ScrubWidgetClass {
GObjectClass parent_class;
};
struct _ScrubWidget {
- GObject parent;
+ GObject parent;
};
GType scrub_widget_get_type (void) G_GNUC_CONST;