]> sigrok.org Git - libsigrok.git/blobdiff - output/text/text.c
Make some more items 'static'.
[libsigrok.git] / output / text / text.c
index 98735eb41c7f5c4c6cfdb242a2ad9ba13b060ea0..6ca8983c31a93806e6e2d74adf3ff0a0fc265556 100644 (file)
@@ -26,7 +26,6 @@
 #include "config.h"
 #include "text.h"
 
-
 void flush_linebufs(struct context *ctx, char *outbuf)
 {
        static int max_probename_len = 0;
@@ -170,4 +169,3 @@ int event(struct sr_output *o, int event_type, char **data_out,
 
        return SR_OK;
 }
-