[trivial] fix indentation for ArgsManager class
This commit is contained in:
parent
228c319a94
commit
7810993335
1 changed files with 51 additions and 50 deletions
|
@ -187,6 +187,7 @@ public:
|
||||||
void ParseParameters(int argc, const char*const argv[]);
|
void ParseParameters(int argc, const char*const argv[]);
|
||||||
void ReadConfigFile(const std::string& confPath);
|
void ReadConfigFile(const std::string& confPath);
|
||||||
std::vector<std::string> GetArgs(const std::string& strArg);
|
std::vector<std::string> GetArgs(const std::string& strArg);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return true if the given argument has been manually set
|
* Return true if the given argument has been manually set
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue