Browse Source

[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>
Leonid V. Fedorenchik 13 years ago
parent
commit
7618aa0e46
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/media/video/cx25821/cx25821-medusa-defines.h

+ 2 - 2
drivers/media/video/cx25821/cx25821-medusa-defines.h

@@ -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