convert all tabs to spaces

This commit is contained in:
Yannik Schmidt
2020-06-17 14:22:34 +02:00
parent 26c04ddefc
commit e99fa9e0c9
3 changed files with 17 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ public void PrintHttpResponse(bool success, const char[] error, System2HTTPReque
}else{ }else{
PrintToChatAll("skillbird:error:scheduled_downtime:database_backup"); PrintToChatAll("skillbird:error:scheduled_downtime:database_backup");
} }
} else { }else{
PrintToChatAll("skillbird:error: backend unavailiable"); PrintToChatAll("skillbird:error: backend unavailiable");
} }
} }