diff edl.h @ 31077:dd7f15a3fb1b

the great MPlayer tab removal: part II some extra indentation fixes are put in as a bonus
author diego
date Mon, 03 May 2010 23:34:38 +0000
parents c1a3f1bbba26
children 49848f9a8f30
line wrap: on
line diff
--- a/edl.h	Mon May 03 23:00:58 2010 +0000
+++ b/edl.h	Mon May 03 23:34:38 2010 +0000
@@ -28,12 +28,12 @@
 #define EDL_MUTE_END 0
 
 struct edl_record {
-  float start_sec;
-  float stop_sec;
-  float length_sec;
-  short action;
-  struct edl_record* next;
-  struct edl_record* prev;
+    float start_sec;
+    float stop_sec;
+    float length_sec;
+    short action;
+    struct edl_record* next;
+    struct edl_record* prev;
 };
 
 typedef struct edl_record* edl_record_ptr;