unit: Minor whitespace issues

This commit is contained in:
Denis Kenzior 2011-03-31 13:50:01 -05:00
parent 4a9fbd2bd2
commit 9a6940a4a7
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,6 @@ static void check_bearer_desc(const struct stk_bearer_description *command,
g_assert(command->type == test->type);
if (test->type == STK_BEARER_TYPE_GPRS_UTRAN) {
check_common_byte(command->gprs.precedence,
test->gprs.precedence);
check_common_byte(command->gprs.delay,
@ -490,6 +489,7 @@ static void check_bearer_desc(const struct stk_bearer_description *command,
test->gprs.mean);
check_common_byte(command->gprs.pdp_type,
test->gprs.pdp_type);
return;
}
}