From bc9f081d53c2ca1f5a6c3f4c264e88ef3e6b7eee Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Tue, 26 Jun 2007 20:13:59 +0000 Subject: indentation patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9440 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/roqvideo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/roqvideo.h') diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h index f4efac7e3c..9c457cac45 100644 --- a/libavcodec/roqvideo.h +++ b/libavcodec/roqvideo.h @@ -27,12 +27,12 @@ #include "random.h" typedef struct { - unsigned char y[4]; - unsigned char u, v; + unsigned char y[4]; + unsigned char u, v; } roq_cell; typedef struct { - int idx[4]; + int idx[4]; } roq_qcell; typedef struct { -- cgit v1.2.3