summaryrefslogtreecommitdiffstats
path: root/sec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sec.c')
-rw-r--r--sec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sec.c b/sec.c
index e645ba1..390d1d7 100644
--- a/sec.c
+++ b/sec.c
@@ -651,7 +651,7 @@ void ipc_sec_rsim_access(struct ipc_message_info *info)
// Fallback to EF
sim_file_response.file_type = SIM_FILE_TYPE_EF;
- for (i=0 ; i < sim_file_ids_count ; i++) {
+ for (i = 0 ; i < sim_file_ids_count ; i++) {
if (sim_io_info->fileid == sim_file_ids[i].file_id) {
sim_file_response.file_type = sim_file_ids[i].type;
break;