put print fields in print.c
[lttv.git] / ltt / branches / poly / lttv / modules / text / batchAnalysis.c
index 80f11d3c361de18af0114c9cf1d54aca5e13031d..9cd292741bc907c4472853ac019fe0967d480dcc 100644 (file)
@@ -207,7 +207,6 @@ static void init()
   lttv_hooks_add(main_hooks, process_traceset, NULL, LTTV_PRIO_DEFAULT);
 }
 
-
 static void destroy()
 {
   guint i, nb;
@@ -241,7 +240,6 @@ static void destroy()
   lttv_traceset_destroy(traceset); 
 }
 
-
 LTTV_MODULE("batchAnalysis", "Batch processing of a trace", \
     "Run through a trace calling all the registered hooks", \
     init, destroy, "state", "stats", "option","textFilter")
This page took 0.02278 seconds and 4 git commands to generate.