aboutsummaryrefslogtreecommitdiff
path: root/tests/test-dbus-listener.cc
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-08-22 23:58:00 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-08-22 23:58:00 -0500
commitcfda45be70c9d7877d23f3bfdc70672be1fa71f2 (patch)
treeac597fe0d6b49abc1461873185d1ba6a2e00cba2 /tests/test-dbus-listener.cc
parent65b6f061fe4f003eae25d423bbf2f3aa8aca1471 (diff)
downloadayatana-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 'tests/test-dbus-listener.cc')
-rw-r--r--tests/test-dbus-listener.cc22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/test-dbus-listener.cc b/tests/test-dbus-listener.cc
index 7764498..4d44e97 100644
--- a/tests/test-dbus-listener.cc
+++ b/tests/test-dbus-listener.cc
@@ -4,16 +4,16 @@ Copyright 2012 Canonical Ltd.
Authors:
Charles Kerr <charles.kerr@canonical.com>
-This program is free software: you can redistribute it and/or modify it
-under the terms of the GNU General Public License version 3, as published
+This program is free software: you can redistribute it and/or modify it
+under the terms of the GNU General Public License version 3, as published
by the Free Software Foundation.
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranties of
-MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranties of
+MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more details.
-You should have received a copy of the GNU General Public License along
+You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@@ -40,7 +40,7 @@ class DbusListenerTest : public ::testing::Test
int gsd_name_ownership_id;
int gsd_power_registration_id;
char * gsd_power_error_string;
-
+
protected:
static void
@@ -234,7 +234,7 @@ TEST_F(DbusListenerTest, GSDHasPowerAndBattery)
// cleanup
g_object_run_dispose (o); // used to get coverage of both branches in the object's dispose func's g_clear_*() calls
- g_object_unref (o);
+ g_object_unref (o);
}
TEST_F(DbusListenerTest, GSDHasNoDevices)
@@ -261,7 +261,7 @@ TEST_F(DbusListenerTest, GSDHasNoDevices)
// cleanup
g_object_run_dispose (o); // used to get coverage of both branches in the object's dispose func's g_clear_*() calls
- g_object_unref (o);
+ g_object_unref (o);
}
TEST_F(DbusListenerTest, GSDReturnsError)
@@ -285,7 +285,7 @@ TEST_F(DbusListenerTest, GSDReturnsError)
// cleanup
g_object_run_dispose (o); // used to get coverage of both branches in the object's dispose func's g_clear_*() calls
- g_object_unref (o);
+ g_object_unref (o);
}
/* This test emits a PropertiesChanged signal and confirms that
@@ -347,5 +347,5 @@ TEST_F(DbusListenerTest, GSDPropChanged)
ASSERT_EQ (g_slist_length(devices), 2);
// cleanup
- g_object_unref (o);
+ g_object_unref (o);
}