[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
[reactos.git] / sdk / include / psdk / vfw.h
index a80b293..fbb239e 100644 (file)
@@ -2004,15 +2004,15 @@ MCIWndCreateW(
  */
 
 typedef struct
-{ 
-    LONG    timeCount; 
-    LONG    timeDraw; 
-    LONG    timeDecompress; 
-    LONG    timeDither; 
-    LONG    timeStretch; 
-    LONG    timeBlt; 
-    LONG    timeSetDIBits; 
-} DRAWDIBTIME, *LPDRAWDIBTIME; 
+{
+    LONG    timeCount;
+    LONG    timeDraw;
+    LONG    timeDecompress;
+    LONG    timeDither;
+    LONG    timeStretch;
+    LONG    timeBlt;
+    LONG    timeSetDIBits;
+} DRAWDIBTIME, *LPDRAWDIBTIME;
 
 HDRAWDIB VFWAPI DrawDibOpen( void );