mpdu: Fix style

This commit is contained in:
Denis Kenzior 2014-12-16 16:57:30 -06:00
parent b0af0177ac
commit ca742bb95d
1 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,8 @@ static bool decode_mgmt_mpdu(const unsigned char *mpdu, int len,
case MPDU_MGMT_TYPE_AUTHENTICATION:
return decode_authentication_mgmt_mpdu(mpdu, len, offset, out);
case MPDU_MGMT_TYPE_DEAUTHENTICATION:
return decode_deauthentication_mgmt_mpdu(mpdu, len, offset, out);
return decode_deauthentication_mgmt_mpdu(mpdu, len, offset,
out);
default:
return false;
}