aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/include
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-01-10 15:53:34 +0100
committerDan Engelbrecht <[email protected]>2025-01-10 15:53:34 +0100
commit6aeec009d348a6bef2923f6eebb9997dfd363cdf (patch)
treeb42b9766f4355723b930be1104d40a9b9fd79423 /src/zenutil/include
parentdisplayname and description are windows-only properties (diff)
downloadzen-6aeec009d348a6bef2923f6eebb9997dfd363cdf.tar.xz
zen-6aeec009d348a6bef2923f6eebb9997dfd363cdf.zip
clang format
Diffstat (limited to 'src/zenutil/include')
-rw-r--r--src/zenutil/include/zenutil/service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/zenutil/include/zenutil/service.h b/src/zenutil/include/zenutil/service.h
index 1e96031f7..492e5c80a 100644
--- a/src/zenutil/include/zenutil/service.h
+++ b/src/zenutil/include/zenutil/service.h
@@ -21,9 +21,9 @@ struct ServiceSpec
std::filesystem::path ExecutablePath;
std::string CommandLineOptions;
#if ZEN_PLATFORM_WINDOWS
- std::string DisplayName;
- std::string Description;
-#endif // ZEN_PLATFORM_WINDOWS
+ std::string DisplayName;
+ std::string Description;
+#endif // ZEN_PLATFORM_WINDOWS
};
enum class ServiceStatus