Fix indentation.

Change-Id: I6cc3373d043e6a8203a5f70eb03f03bb6cd8a6d9
Reviewed-on: https://code.wireshark.org/review/31246
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-12-29 11:25:19 -08:00
parent ac58eafa32
commit 1fe5921b7b
1 changed files with 10 additions and 11 deletions

View File

@ -97,17 +97,16 @@ gsm_a_stat_packet(
break;
case GSM_A_PDU_TYPE_SACCH:
switch (tap_p->protocol_disc)
{
case 0:
stat_p->sacch_rr_message_type[tap_p->message_type]++;
break;
default:
/* unknown Short PD */
break;
}
break;
switch (tap_p->protocol_disc)
{
case 0:
stat_p->sacch_rr_message_type[tap_p->message_type]++;
break;
default:
/* unknown Short PD */
break;
}
break;
default:
/*