lavfi/mandelbrot: reindent after 51bcd5cd.

pull/21/head
Clément Bœsch 12 years ago
parent 51bcd5cd65
commit e82f562fa5
  1. 1
      libavfilter/vsrc_mandelbrot.c

@ -281,7 +281,6 @@ static void draw_mandelbrot(AVFilterContext *ctx, uint32_t *color, int linesize,
continue;
if(!mb->morphamp){
if(interpol(mb, color, x, y, linesize)){
//TODO: reindent
if(next_cidx < mb->cache_allocated){
mb->next_cache[next_cidx ].p[0]= cr;
mb->next_cache[next_cidx ].p[1]= ci;

Loading…
Cancel
Save