Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrodude6119 committed Jul 4, 2023
1 parent 44c88a2 commit 8faff60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/evil_portal_storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void evil_portal_read_ap_name(void *context) {
storage_file_close(ap_name);
storage_file_free(ap_name);
} else {
char * app_default = "Evil Portal";
char *app_default = "Evil Portal";
app->ap_name = (uint8_t *)app_default;
}
evil_portal_close_storage();
Expand Down Expand Up @@ -100,7 +100,7 @@ char *sequential_file_resolve_path(Storage *storage, const char *dir,
void write_logs(char *portal_logs) {
Storage *storage = evil_portal_open_storage();

if(!storage_file_exists(storage, EVIL_PORTAL_LOG_SAVE_PATH)) {
if (!storage_file_exists(storage, EVIL_PORTAL_LOG_SAVE_PATH)) {
storage_simply_mkdir(storage, EVIL_PORTAL_LOG_SAVE_PATH);
}

Expand Down

0 comments on commit 8faff60

Please sign in to comment.