stkutil: Another trivial indentation fix

This commit is contained in:
Denis Kenzior 2010-04-21 10:29:27 -05:00
parent 29e03d316b
commit a7fb1624fd
1 changed files with 2 additions and 2 deletions

View File

@ -1464,8 +1464,8 @@ static gboolean parse_dataobj_network_access_name(
}
/* Defined in TS 102.223 Section 8.71 */
static gboolean parse_dataobj_cdma_sms_tpdu(
struct comprehension_tlv_iter *iter, void *user)
static gboolean parse_dataobj_cdma_sms_tpdu(struct comprehension_tlv_iter *iter,
void *user)
{
struct stk_common_byte_array *array = user;
return parse_dataobj_common_byte_array(iter, array);