Generate graphs of synchronization accuracy
[lttv.git] / lttv / modules / text / sync_chain_batch.c
index 2b2990fff32d2c346b3013f6ea2f7c19ee94ce75..55ec91056f6397c1b8e1e997204e072136165946 100644 (file)
@@ -316,7 +316,7 @@ void setupSyncChain(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.022887 seconds and 4 git commands to generate.