mirror of
https://github.com/fallout2-ce/fallout2-ce.git
synced 2026-07-27 16:47:11 -07:00
chore: auto-format with clang-format
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
|
||||
bool gScanUnimplementedEnabled = false;
|
||||
|
||||
void scanUnimplementdParseCommandLineArguments(int argc, char** argv){
|
||||
void scanUnimplementdParseCommandLineArguments(int argc, char** argv)
|
||||
{
|
||||
for (int i = 1; i < argc; i++) {
|
||||
if (strcmp(argv[i], "--scan-unimplemented") == 0) {
|
||||
gScanUnimplementedEnabled = true;
|
||||
|
||||
@@ -64,7 +64,7 @@ void ConfigChecker::check(fallout::Config& readedConfig)
|
||||
if (!gScanUnimplementedEnabled) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
std::cout << "Checking config file: " << configFileName << std::endl;
|
||||
int errorsCount = 0;
|
||||
auto readedMap = config_to_maps(readedConfig);
|
||||
|
||||
Reference in New Issue
Block a user