]> sigrok.org Git - libsigrok.git/blobdiff - src/output/gnuplot.c
Constify a few arrays and variables.
[libsigrok.git] / src / output / gnuplot.c
index 631fefdaa3535e5ca7283138c1f22486bf54e203..053f042495bdd45adbbb44f14e4f54c26fbf6c31 100644 (file)
@@ -43,7 +43,6 @@ static const char *gnuplot_header2 = "\
 # -----------------------------------------------------------------------------\n\
 # 0\t\tSample counter (for internal gnuplot purposes)\n";
 
-
 static int init(struct sr_output *o, GHashTable *options)
 {
        struct context *ctx;