mirror of
https://github.com/lammertb/libhttp.git
synced 2025-08-13 12:42:25 +03:00
Auto format code after merge
This commit is contained in:
@@ -226,7 +226,8 @@ class CIVETWEB_API CivetServer
|
|||||||
*
|
*
|
||||||
* @throws CivetException
|
* @throws CivetException
|
||||||
*/
|
*/
|
||||||
CivetServer(const char **options, const struct CivetCallbacks *callbacks = 0);
|
CivetServer(const char **options,
|
||||||
|
const struct CivetCallbacks *callbacks = 0);
|
||||||
CivetServer(std::vector<std::string> options,
|
CivetServer(std::vector<std::string> options,
|
||||||
const struct CivetCallbacks *callbacks = 0);
|
const struct CivetCallbacks *callbacks = 0);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user