Skip to content

Commit 70f687e

Browse files
committed
Fixed Clang build warning
1 parent 1196706 commit 70f687e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GCDWebServer/Core/GCDWebServerConnection.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ - (void)abortRequest:(GCDWebServerRequest*)request withStatusCode:(NSInteger)sta
795795
GWS_DCHECK((statusCode >= 400) && (statusCode < 600));
796796
[self _initializeResponseHeadersWithStatusCode:statusCode];
797797
[self writeHeadersWithCompletionBlock:^(BOOL success) {
798-
; // Nothing more to do
798+
// Nothing more to do
799799
}];
800800
GWS_LOG_DEBUG(@"Connection aborted with status code %i on socket %i", (int)statusCode, _socket);
801801
}

0 commit comments

Comments
 (0)