From 115329f16062074e11ccf3b89ead6176606c9696 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 17 Dec 2005 18:14:38 +0000 Subject: COSMETICS: Remove all trailing whitespace. Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wmadata.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libavcodec/wmadata.h') diff --git a/libavcodec/wmadata.h b/libavcodec/wmadata.h index ee17207102..e12c4792eb 100644 --- a/libavcodec/wmadata.h +++ b/libavcodec/wmadata.h @@ -1389,24 +1389,24 @@ static const uint16_t levels5[40] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, }; - + static const CoefVLCTable coef_vlcs[6] = { - { + { sizeof(coef0_huffbits), coef0_huffcodes, coef0_huffbits, levels0, }, - { + { sizeof(coef1_huffbits), coef1_huffcodes, coef1_huffbits, levels1, }, - { + { sizeof(coef2_huffbits), coef2_huffcodes, coef2_huffbits, levels2, }, - { + { sizeof(coef3_huffbits), coef3_huffcodes, coef3_huffbits, levels3, }, - { + { sizeof(coef4_huffbits), coef4_huffcodes, coef4_huffbits, levels4, }, - { + { sizeof(coef5_huffbits), coef5_huffcodes, coef5_huffbits, levels5, }, }; -- cgit v1.2.3