maint: fix formatting

This commit is contained in:
6arelyFuture 2022-11-13 17:34:51 -06:00 committed by GitHub
parent 911cc93f6a
commit a92ce25952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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];
}