From 6e695dc64f0310745a32e2399a955fbf1368cd1a Mon Sep 17 00:00:00 2001 From: bircoph Date: Wed, 13 May 2009 15:22:13 +0000 Subject: Remove all kind of trailing whitespaces from all MPlayer's files. This affects all kind of spaces (' ',^I,^M,^L,...): actually [:space:] regex character set. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29306 b3059339-0415-0410-9bf9-f77b7e298cf2 --- liba52/srfftp.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'liba52/srfftp.h') diff --git a/liba52/srfftp.h b/liba52/srfftp.h index 869bd5194f..b6bb5ab4cd 100644 --- a/liba52/srfftp.h +++ b/liba52/srfftp.h @@ -1,5 +1,5 @@ -/* +/* * srfftp.h * * Copyright (C) Yuqing Deng - April 2000 @@ -10,7 +10,7 @@ * "Computational Frameworks of the Fast Fourier Transform". * * The ideas and the the organization of code borrowed from djbfft written by - * D. J. Bernstein . djbff can be found at + * D. J. Bernstein . djbff can be found at * http://cr.yp.to/djbfft.html. * * srfftp.h is free software; you can redistribute it and/or modify @@ -32,19 +32,19 @@ #ifndef SRFFTP_H__ #define SRFFTP_H__ -static complex_t delta16[4] __attribute__((aligned(16))) = +static complex_t delta16[4] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.92387953251129, -0.38268343236509}, {0.70710678118655, -0.70710678118655}, {0.38268343236509, -0.92387953251129}}; -static complex_t delta16_3[4] __attribute__((aligned(16))) = +static complex_t delta16_3[4] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.38268343236509, -0.92387953251129}, {-0.70710678118655, -0.70710678118655}, {-0.92387953251129, 0.38268343236509}}; -static complex_t delta32[8] __attribute__((aligned(16))) = +static complex_t delta32[8] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.98078528040323, -0.19509032201613}, {0.92387953251129, -0.38268343236509}, @@ -54,7 +54,7 @@ static complex_t delta32[8] __attribute__((aligned(16))) = {0.38268343236509, -0.92387953251129}, {0.19509032201613, -0.98078528040323}}; -static complex_t delta32_3[8] __attribute__((aligned(16))) = +static complex_t delta32_3[8] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.83146961230255, -0.55557023301960}, {0.38268343236509, -0.92387953251129}, @@ -64,7 +64,7 @@ static complex_t delta32_3[8] __attribute__((aligned(16))) = {-0.92387953251129, 0.38268343236509}, {-0.55557023301960, 0.83146961230255}}; -static complex_t delta64[16] __attribute__((aligned(16))) = +static complex_t delta64[16] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.99518472667220, -0.09801714032956}, {0.98078528040323, -0.19509032201613}, @@ -82,7 +82,7 @@ static complex_t delta64[16] __attribute__((aligned(16))) = {0.19509032201613, -0.98078528040323}, {0.09801714032956, -0.99518472667220}}; -static complex_t delta64_3[16] __attribute__((aligned(16))) = +static complex_t delta64_3[16] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.95694033573221, -0.29028467725446}, {0.83146961230255, -0.55557023301960}, @@ -100,7 +100,7 @@ static complex_t delta64_3[16] __attribute__((aligned(16))) = {-0.55557023301960, 0.83146961230255}, {-0.29028467725446, 0.95694033573221}}; -static complex_t delta128[32] __attribute__((aligned(16))) = +static complex_t delta128[32] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.99879545620517, -0.04906767432742}, {0.99518472667220, -0.09801714032956}, @@ -134,7 +134,7 @@ static complex_t delta128[32] __attribute__((aligned(16))) = {0.09801714032956, -0.99518472667220}, {0.04906767432742, -0.99879545620517}}; -static complex_t delta128_3[32] __attribute__((aligned(16))) = +static complex_t delta128_3[32] __attribute__((aligned(16))) = { {1.00000000000000, 0.00000000000000}, {0.98917650996478, -0.14673047445536}, {0.95694033573221, -0.29028467725446}, -- cgit v1.2.3