1
0
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:
bel
2016-05-22 21:34:59 +02:00
parent 23f8726eed
commit 92c91a67cc
2 changed files with 4 additions and 3 deletions

View File

@@ -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);