mirror of https://github.com/debauchee/barrier.git
Fixed code style
This commit is contained in:
parent
f60e98c8cd
commit
fa1ea0022b
|
@ -24,6 +24,8 @@ class ArgsBase {
|
||||||
public:
|
public:
|
||||||
ArgsBase();
|
ArgsBase();
|
||||||
virtual ~ArgsBase();
|
virtual ~ArgsBase();
|
||||||
|
|
||||||
|
public:
|
||||||
bool m_daemon;
|
bool m_daemon;
|
||||||
bool m_backend;
|
bool m_backend;
|
||||||
bool m_restartable;
|
bool m_restartable;
|
||||||
|
|
Loading…
Reference in New Issue