comparison alsdec.c @ 11157:625a076b8038 libavcodec

Reindent a line.
author thilo.borgmann
date Sat, 13 Feb 2010 19:59:53 +0000
parents 2d2780630361
children 638415aafbda
comparison
equal deleted inserted replaced
11156:81ef4df2c774 11157:625a076b8038
792 res <<= cur_k; 792 res <<= cur_k;
793 res |= get_bits_long(gb, cur_k); 793 res |= get_bits_long(gb, cur_k);
794 } 794 }
795 } 795 }
796 796
797 *current_res++ = res; 797 *current_res++ = res;
798 } 798 }
799 } 799 }
800 } else { 800 } else {
801 current_res = bd->raw_samples + start; 801 current_res = bd->raw_samples + start;
802 802