diff options
author | Robert Tari <robert@tari.in> | 2020-09-03 18:40:39 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2020-09-03 18:40:39 +0200 |
commit | 2849569fffd380b4424278c848e9483e54e4a0c5 (patch) | |
tree | 3a1dcf4d462133a91328ae0e7977783896129079 /tests | |
parent | ca5a779dc20a5d33249a9298eb1ec834e63ecdee (diff) | |
download | ayatana-indicator-power-2849569fffd380b4424278c848e9483e54e4a0c5.tar.gz ayatana-indicator-power-2849569fffd380b4424278c848e9483e54e4a0c5.tar.bz2 ayatana-indicator-power-2849569fffd380b4424278c848e9483e54e4a0c5.zip |
Whitespace fix
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-notify.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-notify.cc b/tests/test-notify.cc index a7e2beb..9a11984 100644 --- a/tests/test-notify.cc +++ b/tests/test-notify.cc @@ -88,8 +88,8 @@ protected: NOTIFY_INTERFACE, &error); g_assert_no_error (error); - - // METHOD_GET_INFO + + // METHOD_GET_INFO dbus_test_dbus_mock_object_add_method(mock, obj, METHOD_GET_INFO, nullptr, G_VARIANT_TYPE("(ssss)"), @@ -113,7 +113,7 @@ protected: g_assert_no_error (error); g_free (str); - // METHOD_CLOSE + // METHOD_CLOSE str = g_strdup_printf("self.EmitSignal('%s', '%s', 'uu', [ args[0], %d ])", NOTIFY_INTERFACE, SIGNAL_CLOSED, @@ -293,7 +293,7 @@ TEST_F(NotifyFixture, LevelsDuringBatteryDrain) nullptr); // confirm that draining the battery puts - // the power_level change through its paces + // the power_level change through its paces for (int i=100; i>=0; --i) { changed_params = ChangedParams(); |