mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
fixes some coding style issues
This commit is contained in:
parent
67c33bf6b7
commit
b35c78eab6
@ -12,7 +12,7 @@ namespace webfuse_test
|
||||
class Provider::Private
|
||||
{
|
||||
public:
|
||||
Private(char const * url)
|
||||
explicit Private(char const * url)
|
||||
: is_shutdown_requested(false)
|
||||
{
|
||||
config = wfp_client_config_create();
|
||||
|
@ -7,7 +7,7 @@ namespace webfuse_test
|
||||
class Provider
|
||||
{
|
||||
public:
|
||||
Provider(char const * url);
|
||||
explicit Provider(char const * url);
|
||||
~Provider();
|
||||
private:
|
||||
class Private;
|
||||
|
@ -28,6 +28,8 @@ namespace
|
||||
{
|
||||
public:
|
||||
IntegrationTest()
|
||||
: server(nullptr)
|
||||
, provider(nullptr)
|
||||
{
|
||||
json_object_seed(0);
|
||||
wf_lwslog_disable();
|
||||
|
Loading…
Reference in New Issue
Block a user