mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
indent pass 1
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8686 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -106,7 +106,7 @@ static inline void pack_check_over(switch_bitpack_t *pack)
|
||||
pack->cur++;
|
||||
} else {
|
||||
switch_byte_t mask = SWITCH_BITS_PER_BYTE - pack->over;
|
||||
switch_assert(mask < 8); /* if pack->over this will allways be true */
|
||||
switch_assert(mask < 8); /* if pack->over this will allways be true */
|
||||
this_byte &= SWITCH_REVERSE_BITPACKED_MASKS[mask];
|
||||
this_byte >>= mask;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user