Style: Various issues

This commit is contained in:
Denis Kenzior 2010-01-12 10:33:09 -06:00
parent 2cde0841aa
commit 60a0fc5a5c
2 changed files with 9 additions and 7 deletions

View File

@ -392,7 +392,8 @@ static void test_extract_basic()
/* Try to read with just the open flag */
nread = gsm0710_basic_extract_frame(basic_input + total,
basic_frame_size + 1, &dlc, &ctrl,
basic_frame_size + 1,
&dlc, &ctrl,
&frame, &frame_size);
g_assert(nread == 0);
@ -400,7 +401,8 @@ static void test_extract_basic()
/* Now read with the close flag as well */
nread = gsm0710_basic_extract_frame(basic_input + total,
basic_frame_size + 2, &dlc, &ctrl,
basic_frame_size + 2,
&dlc, &ctrl,
&frame, &frame_size);
/* Extracted the open flag + frame */