aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-03-22 10:43:31 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-03-30 15:56:23 +0200
commit27d8dca6ab3ebc8f909552086da7f4f6ff9c1ad6 (patch)
tree64ffdcb8b33e527185fff1c756f4505a2921a1a4 /tests
parent73bd95fde4364cd7e881ce27321e509159704901 (diff)
downloadlibayatana-common-27d8dca6ab3ebc8f909552086da7f4f6ff9c1ad6.tar.gz
libayatana-common-27d8dca6ab3ebc8f909552086da7f4f6ff9c1ad6.tar.bz2
libayatana-common-27d8dca6ab3ebc8f909552086da7f4f6ff9c1ad6.zip
Whitespace fix
Diffstat (limited to 'tests')
-rw-r--r--tests/tst_utils.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/tst_utils.cpp b/tests/tst_utils.cpp
index d7a4946..c38629f 100644
--- a/tests/tst_utils.cpp
+++ b/tests/tst_utils.cpp
@@ -22,15 +22,15 @@ extern "C" {
}
class XdgCurrentDesktopUtilsTest : public ::testing::Test
-{
-public:
- XdgCurrentDesktopUtilsTest() {}
+{
+public:
+ XdgCurrentDesktopUtilsTest() {}
- void SetUp() {
+ void SetUp() {
unsetenv("XDG_CURRENT_DESKTOP");
}
- void TearDown() {
+ void TearDown() {
unsetenv("XDG_CURRENT_DESKTOP");
}
};