Browse Source

[trivial] fix indentation for ArgsManager class

0.15
John Newbery 7 years ago
parent
commit
7810993335
  1. 1
      src/util.h

1
src/util.h

@ -187,6 +187,7 @@ public: @@ -187,6 +187,7 @@ public:
void ParseParameters(int argc, const char*const argv[]);
void ReadConfigFile(const std::string& confPath);
std::vector<std::string> GetArgs(const std::string& strArg);
/**
* Return true if the given argument has been manually set
*

Loading…
Cancel
Save