mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-08 09:21:06 +02:00
[trivial] fix indentation for ArgsManager class
This commit is contained in:
@ -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
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user