summaryrefslogtreecommitdiff
path: root/libupower-glib/up-stats-item.h
diff options
context:
space:
mode:
Diffstat (limited to 'libupower-glib/up-stats-item.h')
-rw-r--r--libupower-glib/up-stats-item.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libupower-glib/up-stats-item.h b/libupower-glib/up-stats-item.h
index 85b8a6d..ee6c33c 100644
--- a/libupower-glib/up-stats-item.h
+++ b/libupower-glib/up-stats-item.h
@@ -39,14 +39,12 @@ G_BEGIN_DECLS
typedef struct UpStatsItemPrivate UpStatsItemPrivate;
-typedef struct
-{
+typedef struct {
GObject parent;
UpStatsItemPrivate *priv;
} UpStatsItem;
-typedef struct
-{
+typedef struct {
GObjectClass parent_class;
} UpStatsItemClass;