mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Auto format code after merge
This commit is contained in:
@@ -198,7 +198,7 @@ class CIVETWEB_API CivetWebSocketHandler
|
||||
* wrapper for mg_callbacks
|
||||
*/
|
||||
struct CIVETWEB_API CivetCallbacks : public mg_callbacks {
|
||||
CivetCallbacks();
|
||||
CivetCallbacks();
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -226,7 +226,8 @@ class CIVETWEB_API CivetServer
|
||||
*
|
||||
* @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,
|
||||
const struct CivetCallbacks *callbacks = 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user