aboutsummaryrefslogtreecommitdiff
path: root/src/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/device.h b/src/device.h
index 566b196..c7ba638 100644
--- a/src/device.h
+++ b/src/device.h
@@ -52,7 +52,7 @@ typedef struct _IndicatorPowerDevicePrivate IndicatorPowerDevicePrivate;
*/
struct _IndicatorPowerDeviceClass
{
- GObjectClass parent_class;
+ GObjectClass parent_class;
};
/**
@@ -62,8 +62,8 @@ struct _IndicatorPowerDeviceClass
*/
struct _IndicatorPowerDevice
{
- GObject parent;
- IndicatorPowerDevicePrivate * priv;
+ GObject parent;
+ IndicatorPowerDevicePrivate * priv;
};
/***