add control flow view legend
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv.h
index 0b2caea19e505de0e4fc9a7a1863707d9d26a8cf..3e469bab9514dca82d3eb6980f30426a363341c8 100644 (file)
@@ -50,7 +50,7 @@ struct _ControlFlowData {
 
   Drawing_t *drawing;
   GtkAdjustment *v_adjust ;
-  
+
   /* Shown events information */
 //  TimeWindow time_window;
 //  LttTime current_time;
@@ -62,7 +62,6 @@ struct _ControlFlowData {
 
 } ;
 
-
 /* Control Flow Data constructor */
 ControlFlowData *guicontrolflow(void);
 void
This page took 0.044418 seconds and 4 git commands to generate.