optimisation of ltt_time_to_double and ltt_time_from_double
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index 45ee588e6f69aafc86f9bb749efec85fbb41c1f7..2b8fc5783219723752c6389dcab35ab603ff06eb 100644 (file)
@@ -1657,7 +1657,8 @@ int getFieldtypeSize(LttTracefile * t, LttEventType * evT, int offsetRoot,
   LttType * type = fld->field_type;
 
   if(likely(t)){
-    if(unlikely(evT->latest_block==t->which_block && evT->latest_event==t->which_event)){
+    if(unlikely(evT->latest_block==t->which_block &&
+                evT->latest_event==t->which_event)){
       return fld->field_size;
     } 
   }
This page took 0.034551 seconds and 4 git commands to generate.