mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
Merge #10592: [trivial] fix indentation for ArgsManager class
7810993
[trivial] fix indentation for ArgsManager class (John Newbery)
Tree-SHA512: 3d24fa94ba49ad73383ca8077776492bd75f1c2158c835c1d55b4be4787f107c2de5336173e083a5585df21ef053614628fe4fe6ddf2c05df567177445661b7b
This commit is contained in:
commit
e053e05c13
1 changed files with 51 additions and 50 deletions
|
@ -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…
Add table
Reference in a new issue