Fixed some indentation

This commit is contained in:
elegantShock2258 2021-10-13 12:36:13 +05:30
parent 16aaf68b1f
commit 15850a51fe
No known key found for this signature in database
GPG key ID: CABDDF7DC0C18BFA

View file

@ -218,7 +218,7 @@ void parse_config()
} }
} }
else else
config = fopen(config_directory, "r"); config = fopen(config_directory, "r");
if (config == NULL) if (config == NULL)
return; return;