mirror of
https://github.com/love2d/love-android.git
synced 2026-08-21 05:00:22 +02:00
fixed indentations
This commit is contained in:
@@ -235,14 +235,12 @@ bool Filesystem::setIdentity(const char *ident, bool appendToPath)
|
|||||||
|
|
||||||
save_path_full = std::string(SDL_AndroidGetInternalStoragePath()) + std::string("/save/") + save_identity;
|
save_path_full = std::string(SDL_AndroidGetInternalStoragePath()) + std::string("/save/") + save_identity;
|
||||||
|
|
||||||
|
|
||||||
if (androidDirectoryExists (save_path_full.c_str())) {
|
if (androidDirectoryExists (save_path_full.c_str())) {
|
||||||
SDL_Log ("dir exists");
|
SDL_Log ("dir exists");
|
||||||
} else {
|
} else {
|
||||||
SDL_Log ("does not exist");
|
SDL_Log ("does not exist");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (!androidDirectoryExists (save_path_full.c_str())) {
|
if (!androidDirectoryExists (save_path_full.c_str())) {
|
||||||
if (!androidMkdir (save_path_full.c_str())) {
|
if (!androidMkdir (save_path_full.c_str())) {
|
||||||
SDL_Log ("Error: Could not create save directory %s!", save_path_full.c_str());
|
SDL_Log ("Error: Could not create save directory %s!", save_path_full.c_str());
|
||||||
|
|||||||
Reference in New Issue
Block a user