aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-spectrum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blind-spectrum.c')
-rw-r--r--src/blind-spectrum.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/blind-spectrum.c b/src/blind-spectrum.c
index ceecf70..261d47c 100644
--- a/src/blind-spectrum.c
+++ b/src/blind-spectrum.c
@@ -6,7 +6,6 @@ USAGE("[-y] [-z depth] spectrum-stream")
static int luma = 0;
static size_t nz = 1;
-
#define PROCESS(TYPE, SUFFIX)\
static void\
process_##SUFFIX(struct stream *stream, struct stream *spectrum)\
@@ -123,7 +122,6 @@ static size_t nz = 1;
PROCESS(double, lf)
PROCESS(float, f)
-
int
main(int argc, char *argv[])
{