aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");
}
};