aboutsummaryrefslogtreecommitdiff
path: root/src/device.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-06-01 14:19:27 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-06-01 14:19:27 -0500
commit52d1979d7332427054251501b438fdf61e3a8dd8 (patch)
tree3b7e00ebb0ea88258443a74328af2e752d65a983 /src/device.h
parentb1080101b59542f27922d7b184b7b21e27919a85 (diff)
downloadayatana-indicator-power-52d1979d7332427054251501b438fdf61e3a8dd8.tar.gz
ayatana-indicator-power-52d1979d7332427054251501b438fdf61e3a8dd8.tar.bz2
ayatana-indicator-power-52d1979d7332427054251501b438fdf61e3a8dd8.zip
copyediting: fix tab damage in device.[ch]
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;
};
/***