mirror of https://gitee.com/openkylin/linux.git
[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:
parent
bc8b5dcaf5
commit
7618aa0e46
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue