Fixed code style

This commit is contained in:
XinyuHou 2015-04-14 14:04:54 +01:00
parent f60e98c8cd
commit fa1ea0022b
1 changed files with 18 additions and 16 deletions

View File

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