diff options
| author | Stefan Boberg <[email protected]> | 2021-09-19 19:31:13 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-19 19:31:13 +0200 |
| commit | 1e5b41352c7d45f34cb1a51e3d3811a4a994592a (patch) | |
| tree | f6c5ded636fc3e9749a7bb79c5f69168b8e9d8f6 /zenhttp/httpsys.cpp | |
| parent | Changed some code over from ATL to BasicFile and added Scrub() stubs. (diff) | |
| download | zen-1e5b41352c7d45f34cb1a51e3d3811a4a994592a.tar.xz zen-1e5b41352c7d45f34cb1a51e3d3811a4a994592a.zip | |
clang-format again
Diffstat (limited to 'zenhttp/httpsys.cpp')
| -rw-r--r-- | zenhttp/httpsys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/httpsys.cpp b/zenhttp/httpsys.cpp index b5313021c..3c5e5d8d3 100644 --- a/zenhttp/httpsys.cpp +++ b/zenhttp/httpsys.cpp @@ -716,7 +716,7 @@ HttpSysServer::Run(bool IsInteractive) do { - //int WaitTimeout = -1; + // int WaitTimeout = -1; int WaitTimeout = 100; if (IsInteractive) |