diff options
author | Robert Tari <robert@tari.in> | 2022-09-02 00:25:24 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-09-02 00:25:24 +0200 |
commit | ebaf72c156738880752a40fed24372bbf76bd6ee (patch) | |
tree | 4eaf4e27f40662dd1f8cf552464101f0dd4e4068 /tests | |
parent | 322f63be18b68cf43dde53bb92c42eafef8376fe (diff) | |
download | ayatana-indicator-power-ebaf72c156738880752a40fed24372bbf76bd6ee.tar.gz ayatana-indicator-power-ebaf72c156738880752a40fed24372bbf76bd6ee.tar.bz2 ayatana-indicator-power-ebaf72c156738880752a40fed24372bbf76bd6ee.zip |
Whitespace fix
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-device.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-device.cc b/tests/test-device.cc index a948857..1776c3e 100644 --- a/tests/test-device.cc +++ b/tests/test-device.cc @@ -535,7 +535,7 @@ TEST_F(DeviceTest, IconNames) EXPECT_ICON_NAMES_EQ(expected->str, device); // if we know the charge level, but not that it’s charging, - // then we should use the same icons as when it’s discharging. + // then we should use the same icons as when it’s discharging. // https://wiki.ubuntu.com/Power?action=diff&rev2=78&rev1=77 // https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1470080 g_object_set (o, INDICATOR_POWER_DEVICE_STATE, UP_DEVICE_STATE_UNKNOWN, @@ -949,7 +949,7 @@ TEST_F(DeviceTest, ChoosePrimary) { "phone unknown 0m 61% phone01 1" } } }; - + for(const auto& test : tests) { // build the device list |