Generate graphs of synchronization accuracy
[lttv.git] / lttv / lttv / sync / sync_chain_lttv.c
index ae41ff670d5f2267246784969043803fb7b05b1f..43963798e5df60585c64f5880b406e2a333bdb3c 100644 (file)
@@ -220,7 +220,7 @@ void syncTraceset(LttvTracesetContext* const traceSetContext)
 
                fprintf(syncState->graphsStream,
                        "#!/usr/bin/gnuplot\n\n"
-                       "set terminal postscript eps color size 8in,6in\n\n");
+                       "set terminal postscript eps color size 8in,6in\n");
 
                retval= chdir(cwd);
                if (retval == -1)
This page took 0.02201 seconds and 4 git commands to generate.