fix whitespace

This commit is contained in:
Jörg Thalheim 2015-03-02 23:42:03 +01:00
parent 19d397b237
commit 907005f752
4 changed files with 16 additions and 28 deletions

View File

@ -300,7 +300,3 @@ fixed Sinewave_org[1024] = {
-3211, -3011, -2811, -2610, -2410, -2209, -2009, -1808,
-1607, -1406, -1206, -1005, -804, -603, -402, -201,
};

View File

@ -1,4 +1,3 @@
#ifndef FFT_H
#define FFT_H
@ -22,5 +21,4 @@ extern fixed Sinewave_org[N_WAVE];
fixed fix_mpy_org(fixed a, fixed b);
int fix_fft_org(fixed *fr, fixed *fi, int m, int inverse);
#endif //FFT_H

4
fft.c
View File

@ -300,7 +300,3 @@ fixed Sinewave[1024] = {
-3211, -3011, -2811, -2610, -2410, -2209, -2009, -1808,
-1607, -1406, -1206, -1005, -804, -603, -402, -201,
};

2
fft.h
View File

@ -1,4 +1,3 @@
#ifndef FFT_H
#define FFT_H
@ -22,5 +21,4 @@ extern fixed Sinewave[N_WAVE];
fixed fix_mpy(fixed a, fixed b);
int fix_fft(fixed *fr, fixed *fi, int m, int inverse);
#endif //FFT_H