unit: Fix style issue

This commit is contained in:
Denis Kenzior 2014-07-15 18:40:40 -05:00
parent e12bdd02bd
commit d0e76fda03
1 changed files with 1 additions and 2 deletions

View File

@ -54,10 +54,9 @@ static void ie_test(const void *data)
ie_tlv_iter_init(&iter, test->buf, test->len);
while (ie_tlv_iter_next(&iter)) {
ie = (struct ie *)&test->buf[pos];
printf("IE %d [%d/%d/%s]\n", count, ie->type, ie->len,
l_util_hexstring(&test->buf[pos+2], ie->len));
l_util_hexstring(&test->buf[pos + 2], ie->len));
assert(iter.tag == test->buf[pos++]);
assert(iter.len == test->buf[pos++]);