OSDN Git Service

cosmetics: reindent a bit
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 19 Dec 2009 16:39:21 +0000 (16:39 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 19 Dec 2009 16:39:21 +0000 (16:39 +0000)
Originally committed as revision 20898 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/xan.c

index fcfd9c6..e0bd780 100644 (file)
@@ -370,7 +370,7 @@ static int xan_decode_frame(AVCodecContext *avctx,
 
     palette_control->palette_changed = 0;
     memcpy(s->current_frame.data[1], palette_control->palette,
-        AVPALETTE_SIZE);
+           AVPALETTE_SIZE);
     s->current_frame.palette_has_changed = 1;
 
     s->buf = buf;