diff options
| author | Stefan Boberg <[email protected]> | 2021-09-17 15:42:30 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-17 15:42:30 +0200 |
| commit | 0080e35ddb363dcac604cd77c1a07c98e4e75f4b (patch) | |
| tree | 4b869f37c9384ec0c6cf3e0c56c017e4fde694ab /zenutil/include | |
| parent | Added IsDebuggerPresent() query function to query whether a debugger is curre... (diff) | |
| download | zen-0080e35ddb363dcac604cd77c1a07c98e4e75f4b.tar.xz zen-0080e35ddb363dcac604cd77c1a07c98e4e75f4b.zip | |
clang-format
Diffstat (limited to 'zenutil/include')
| -rw-r--r-- | zenutil/include/zenutil/zenserverprocess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenutil/include/zenutil/zenserverprocess.h b/zenutil/include/zenutil/zenserverprocess.h index f0924f048..005f7adff 100644 --- a/zenutil/include/zenutil/zenserverprocess.h +++ b/zenutil/include/zenutil/zenserverprocess.h @@ -131,4 +131,4 @@ private: ZenServerEntry* m_OurEntry = nullptr; }; -} +} // namespace zen |