Skip to content

Commit 8faff60

Browse files
formatting
1 parent 44c88a2 commit 8faff60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helpers/evil_portal_storage.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ void evil_portal_read_ap_name(void *context) {
7171
storage_file_close(ap_name);
7272
storage_file_free(ap_name);
7373
} else {
74-
char * app_default = "Evil Portal";
74+
char *app_default = "Evil Portal";
7575
app->ap_name = (uint8_t *)app_default;
7676
}
7777
evil_portal_close_storage();
@@ -100,7 +100,7 @@ char *sequential_file_resolve_path(Storage *storage, const char *dir,
100100
void write_logs(char *portal_logs) {
101101
Storage *storage = evil_portal_open_storage();
102102

103-
if(!storage_file_exists(storage, EVIL_PORTAL_LOG_SAVE_PATH)) {
103+
if (!storage_file_exists(storage, EVIL_PORTAL_LOG_SAVE_PATH)) {
104104
storage_simply_mkdir(storage, EVIL_PORTAL_LOG_SAVE_PATH);
105105
}
106106

0 commit comments

Comments
 (0)