Add member timestamp and cpuid to LttvTracesetPosition to improve the comparaison...
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.c
index 53a1e5ab1334a49fa9e53d7aa77a6ecae086be28..9d42fc88e807afcf87b8d5c88e6b4b94bd862e8b 100644 (file)
@@ -1142,8 +1142,12 @@ __EXPORT gboolean lttvwindow_events_request_pending(Tab            *tab)
 {
   GSList *element = tab->events_requests;
 
-  if(element == NULL) return FALSE;
-  else return TRUE;
+  if(element == NULL){
+          return FALSE;
+  }
+  else {
+          return TRUE;
+  }
 }
 
 
This page took 0.024073 seconds and 4 git commands to generate.