yhirose %!s(int64=5) %!d(string=hai) anos
pai
achega
7de743c962
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      httplib.h

+ 1 - 1
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;
       }
     }
   }