mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-25 11:32:33 +02:00
[trivial] fix indentation for ArgsManager class
This commit is contained in:
parent
228c319a94
commit
7810993335
@ -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 New Issue
Block a user