make batchanalysis and textDump work
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index 0d03c07d54b28efeb5962910b6fa562ed840e6c8..3eefa029003d98b4049cf274a398ab0a0d6454dc 100644 (file)
@@ -1725,7 +1725,7 @@ void ltt_update_event_size(LttTracefile *tf)
           g_quark_to_string(tf->name));
       goto event_type_error;
     }
-    
     if(event_type->root_field)
       size = get_field_type_size(tf, event_type,
           0, 0, event_type->root_field, tf->event.data);
@@ -1741,7 +1741,7 @@ void ltt_update_event_size(LttTracefile *tf)
   
   /* Check consistency between kernel and LTTV structure sizes */
   g_assert(tf->event.data_size == tf->event.event_size);
-  
+
   return;
 
 facility_error:
This page took 0.022577 seconds and 4 git commands to generate.