From 7de743c9629f53a817a598a43d6575cb6aaf9d30 Mon Sep 17 00:00:00 2001 From: yhirose Date: Sat, 4 Jul 2020 00:11:32 -0400 Subject: [PATCH] Code format --- httplib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httplib.h b/httplib.h index 849d58f..ffc4b2a 100644 --- a/httplib.h +++ b/httplib.h @@ -3946,7 +3946,7 @@ inline bool Server::write_response(Stream &strm, bool close_connection, } else if (res.content_provider_) { if (!write_content_with_provider(strm, req, res, boundary, content_type)) { - ret = false; + ret = false; } } }