tabs vs spaces

This commit is contained in:
formtapez 2023-01-21 11:46:43 +01:00
parent a20a08c630
commit 37912df085
No known key found for this signature in database
GPG key ID: F48A97AFEF29488D
2 changed files with 11 additions and 11 deletions

View file

@ -68,7 +68,7 @@ int app_settings::load(std::string application, AppSettings* settings) {
int app_settings::save(std::string application, AppSettings* settings) {
if (portapack::persistent_memory::save_app_settings()) {
if (portapack::persistent_memory::save_app_settings()) {
file_path = folder+"/"+application+".ini";
make_new_directory(folder);