mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-04-22 04:15:43 +00:00
maint: fix formatting
This commit is contained in:
parent
911cc93f6a
commit
a92ce25952
@ -97,7 +97,7 @@ int main(const int argc, const char** argv)
|
||||
// Parse command-line flags
|
||||
for (auto i = 1; i < argc; i++)
|
||||
{
|
||||
if(std::strcmp(argv[i], "-master") == 0)
|
||||
if (std::strcmp(argv[i], "-master") == 0)
|
||||
{
|
||||
master_address = argv[++i];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user