changeset 29255:4076fbd38f20

Get rid of some more trailing whitespace
author reynaldo
date Tue, 12 May 2009 03:01:09 +0000
parents 195f6311ba4e
children 1d5deeae441d
files vidix/vidix.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/vidix.h	Tue May 12 02:58:29 2009 +0000
+++ b/vidix/vidix.h	Tue May 12 03:01:09 2009 +0000
@@ -38,7 +38,7 @@
 
 #define PROBE_NORMAL    0 /* normal probing */
 #define PROBE_FORCE     1 /* ignore device_id but recognize device if it's known */
-  
+
 typedef enum vidix_dev_type {
   TYPE_OUTPUT  =        0x00000000,	/* Is a video playback device */
   TYPE_CAPTURE =	0x00000001,	/* Is a capture device */
@@ -58,7 +58,7 @@
   FLAG_SUBPIC	  =	0x00001000, /* Card supports DVD subpictures */
   FLAG_EQUALIZER  =	0x00002000, /* Card supports equalizer */
 } vidix_dev_flag_t;
-  
+
 typedef struct vidix_capability_s
 {
   char name[64]; /* Driver name */