guiControlFlow Process List completed
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / test.c
index ada84ea22442d45dc923ef78deacccc90132c71c..664696d6c3fc8299ba003bfa67c420739b0358ed 100644 (file)
@@ -83,9 +83,9 @@ void add_test_process(ControlFlowData *Control_Flow_Data)
        {
          /* Add a new row to the model */
                gtk_list_store_append (Control_Flow_Data->Store_M, &iter);
-               gtk_list_store_set (Control_Flow_Data->Store_M, &iter,
-                                                                                               PROCESS_COLUMN, process[i],
-                                                                                               -1);
+               gtk_list_store_set (    Control_Flow_Data->Store_M, &iter,
+                                       PROCESS_COLUMN, process[i],
+                                       -1);
        }
                                                        
 }
This page took 0.025055 seconds and 4 git commands to generate.