Index: live.h
===================================================================
--- live.h	(revision 922)
+++ live.h	(revision 923)
@@ -7,7 +7,8 @@
 
 // Live textures functions
 
-// TODO: 4 bpp live textures support
+// TODO:
+// 4 bpp live textures support
 
 #ifndef LIVE_H
 #define LIVE_H
@@ -37,7 +38,7 @@
 #define RAYDIUM_LIVE_CAPTURE_MMAP       2
 
 
-typedef struct raydium_live_Device
+typedef struct raydium_live_Device 
 {
 #ifndef WIN32
 #ifndef APPLE
@@ -49,7 +50,7 @@
   // for mmap captures
   struct video_mbuf gb_buffers;
   struct video_mmap gb_buf;
-
+  
 #endif
 #else
     HWND        hWnd_WC;
@@ -59,12 +60,12 @@
     CAPSTATUS  capture_status;
     BITMAPINFO capture_video_format;
     BITMAPINFO capture_video_format_original;
-
+    
     HIC    compressor;
 
     struct video_window  // Linux structure to keep source compatable
     {
-        unsigned int   width,height;
+        unsigned int   width,height;          
     }win;
     struct video_picture
     {
@@ -154,7 +155,7 @@
                 default:                                                \
                         raydium_log("live: error: palette unknown");    \
         }                                                               \
-}
+}                                               
 
 
 // endif LIVE_H