aboutsummaryrefslogtreecommitdiff
path: root/zenutil
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-10-23 19:00:54 +0200
committerStefan Boberg <[email protected]>2021-10-23 19:00:54 +0200
commit62534b176b04cd7d6b12ac993726e2986b719dbb (patch)
tree63db6f5ebd235ce84f94d2d54912d03fd32af10e /zenutil
parentcas: fixed some warnings (diff)
downloadzen-62534b176b04cd7d6b12ac993726e2986b719dbb.tar.xz
zen-62534b176b04cd7d6b12ac993726e2986b719dbb.zip
clang-format
Diffstat (limited to 'zenutil')
-rw-r--r--zenutil/include/zenutil/zenserverprocess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenutil/include/zenutil/zenserverprocess.h b/zenutil/include/zenutil/zenserverprocess.h
index bd3f5eb55..bc4b135f0 100644
--- a/zenutil/include/zenutil/zenserverprocess.h
+++ b/zenutil/include/zenutil/zenserverprocess.h
@@ -105,7 +105,7 @@ public:
enum class FlagsEnum : uint16_t
{
kShutdownPlease = 1 << 0,
- kIsReady = 1 << 1,
+ kIsReady = 1 << 1,
};
FRIEND_ENUM_CLASS_FLAGS(FlagsEnum);