Commit 3c84f6b5 authored by Anton Khirnov's avatar Anton Khirnov

resample: reindent

parent f20892eb
...@@ -67,7 +67,6 @@ static void SET_TYPE(resample_one)(ResampleContext *c, ...@@ -67,7 +67,6 @@ static void SET_TYPE(resample_one)(ResampleContext *c,
{ {
FELEM *dst = dst0; FELEM *dst = dst0;
const FELEM *src = src0; const FELEM *src = src0;
int i; int i;
int sample_index = index >> c->phase_shift; int sample_index = index >> c->phase_shift;
FELEM2 val = 0; FELEM2 val = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment