qmimodem: Fix whitespace issue

This commit is contained in:
Denis Kenzior 2017-09-08 09:56:32 -05:00
parent 0acc567a62
commit 0f2d1278c4
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ static bool extract_ss_info_time(
/* parse 3gpp time & dst */
dst_3gpp_valid = qmi_result_get_uint8(result, QMI_NAS_RESULT_3GGP_DST,
&dst_3gpp);
&dst_3gpp);
time_3gpp = qmi_result_get(result, QMI_NAS_RESULT_3GPP_TIME, &len);
if (time_3gpp && len == sizeof(struct qmi_nas_3gpp_time) &&