[media] cx25821-medusa-defines.h: Line up defines

Line up constant defines to the same column.

Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Leonid V. Fedorenchik 2011-10-22 01:43:36 -03:00 committed by Mauro Carvalho Chehab
parent bc8b5dcaf5
commit 7618aa0e46

View file

@ -34,9 +34,9 @@
#define VDEC_H 7
/* end of display sequence */
#define END_OF_SEQ 0xF;
#define END_OF_SEQ 0xF;
/* registry string size */
#define MAX_REGISTRY_SZ 40;
#define MAX_REGISTRY_SZ 40;
#endif