aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.cpp
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-09-21 13:00:26 +0200
committerPer Larsson <[email protected]>2021-09-21 13:00:26 +0200
commit59540ce7c83de28e757dccbbc8e65f4c554dadda (patch)
tree85a232a8ca096737972c4a00a386a588b9b86027 /zenhttp/httpsys.cpp
parentTrigger storage scrubbing pass at startup (diff)
downloadzen-59540ce7c83de28e757dccbbc8e65f4c554dadda.tar.xz
zen-59540ce7c83de28e757dccbbc8e65f4c554dadda.zip
Clang format fix.
Diffstat (limited to 'zenhttp/httpsys.cpp')
-rw-r--r--zenhttp/httpsys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/httpsys.cpp b/zenhttp/httpsys.cpp
index 7ce970d15..04dccc97b 100644
--- a/zenhttp/httpsys.cpp
+++ b/zenhttp/httpsys.cpp
@@ -1256,7 +1256,7 @@ InitialRequestHandler::HandleCompletion(ULONG IoResult, ULONG_PTR NumberOfBytesT
case ERROR_OPERATION_ABORTED:
return nullptr;
- case ERROR_MORE_DATA: // Insufficient buffer space
+ case ERROR_MORE_DATA: // Insufficient buffer space
case NO_ERROR:
break;
}