drivers/isimodem: fix GCC 6.0 errors

-Werror=misleading-indentation
This commit is contained in:
Kuba Pawlak 2016-04-18 13:45:34 +02:00 committed by Denis Kenzior
parent b708f9f6b3
commit 2d80a04a05
1 changed files with 1 additions and 1 deletions

View File

@ -1715,7 +1715,7 @@ static void isi_release_specific(struct ofono_voicecall *ovc, int id,
if ((status->mode_info & CALL_MODE_ORIGINATOR))
cause = CALL_CAUSE_BUSY_USER_REQUEST;
break;
break;
}
isi_call_release_req(ovc, id, CALL_CAUSE_TYPE_CLIENT, cause, cb, data);