diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-08-22 23:58:00 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-08-22 23:58:00 -0500 |
commit | cfda45be70c9d7877d23f3bfdc70672be1fa71f2 (patch) | |
tree | ac597fe0d6b49abc1461873185d1ba6a2e00cba2 /src | |
parent | 65b6f061fe4f003eae25d423bbf2f3aa8aca1471 (diff) | |
download | ayatana-indicator-power-cfda45be70c9d7877d23f3bfdc70672be1fa71f2.tar.gz ayatana-indicator-power-cfda45be70c9d7877d23f3bfdc70672be1fa71f2.tar.bz2 ayatana-indicator-power-cfda45be70c9d7877d23f3bfdc70672be1fa71f2.zip |
copyediting: remove trailing spaces in source code
Diffstat (limited to 'src')
-rw-r--r-- | src/device-provider.c | 2 | ||||
-rw-r--r-- | src/device.c | 2 | ||||
-rw-r--r-- | src/service.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/device-provider.c b/src/device-provider.c index 5ccf588..81a8eec 100644 --- a/src/device-provider.c +++ b/src/device-provider.c @@ -54,7 +54,7 @@ indicator_power_device_provider_default_init (IndicatorPowerDeviceProviderInterf * An easy way to free the list properly in one step is as follows: * * g_slist_free_full (list, (GDestroyNotify)g_object_unref); - * + * * Return value: (element-type IndicatorPowerDevice) * (transfer full): * list of devices diff --git a/src/device.c b/src/device.c index 69336eb..4777675 100644 --- a/src/device.c +++ b/src/device.c @@ -484,7 +484,7 @@ get_timestring (guint64 time_secs, if (minutes == 0) { - *accessible_timestring = g_strdup_printf (g_dngettext (GETTEXT_PACKAGE, + *accessible_timestring = g_strdup_printf (g_dngettext (GETTEXT_PACKAGE, "%i hour", "%i hours", hours), hours); diff --git a/src/service.c b/src/service.c index 8269448..9484e65 100644 --- a/src/service.c +++ b/src/service.c @@ -937,7 +937,7 @@ my_get_property (GObject * o, { IndicatorPowerService * self = INDICATOR_POWER_SERVICE (o); priv_t * p = self->priv; - + switch (property_id) { case PROP_DEVICE_PROVIDER: |