removed many g_error and exit(1) from the tracefile reader
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindowtraces.c
index b6136df19d052f16ae496d7d38df312f10f615d6..18dc3d3a01f995049b9a6703a5ff0aaedd242bfb 100644 (file)
@@ -69,7 +69,6 @@ LttvTrace *lttvwindowtraces_get_trace_by_name(gchar *path)
     LttvTrace *trace_v = lttvwindowtraces_get_trace(i);
     LttTrace *trace;
     gchar *name;
-    
     g_assert(trace_v != NULL);
 
     trace = lttv_trace(trace_v);
This page took 0.037641 seconds and 4 git commands to generate.