Skip to content

Commit 7de743c

Browse files
committed
Code format
1 parent 964fb5e commit 7de743c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httplib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3946,7 +3946,7 @@ inline bool Server::write_response(Stream &strm, bool close_connection,
39463946
} else if (res.content_provider_) {
39473947
if (!write_content_with_provider(strm, req, res, boundary,
39483948
content_type)) {
3949-
ret = false;
3949+
ret = false;
39503950
}
39513951
}
39523952
}

0 commit comments

Comments
 (0)