sim: Fix whitespace violation

This commit is contained in:
Denis Kenzior 2013-01-15 12:16:08 -06:00
parent 8bd6b7c6c5
commit b67e68e753
1 changed files with 2 additions and 1 deletions

View File

@ -119,7 +119,8 @@ static void get_file_attributes_cb(struct qmi_result *result, void *user_data)
break;
case 0x02: /* USIM application */
ok = sim_parse_3g_get_response(attr->raw_value, raw_len,
&flen, &rlen, &str, access, NULL);
&flen, &rlen, &str, access,
NULL);
file_status = EF_STATUS_VALID;
break;
default: