# HG changeset patch # User benoit # Date 1182888839 0 # Node ID c356e14774cbc87b603686d3156d7f486f25497c # Parent ab669ac706dc10bc5bb57d393e6838bd6db1d349 indentation patch by Vitor: [vitor1001 gmail com] diff -r ab669ac706dc -r c356e14774cb roqvideo.h --- a/roqvideo.h Tue Jun 26 20:13:09 2007 +0000 +++ b/roqvideo.h Tue Jun 26 20:13:59 2007 +0000 @@ -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 {