]> sigrok.org Git - libsigrok.git/blobdiff - src/input/vcd.c
Various minor whitespace fixes.
[libsigrok.git] / src / input / vcd.c
index e69a80715676152df8d37a4a8acc644978d503d4..ad0ba7f03d3c839d1b3ee40a862c07fc4ce6826b 100644 (file)
@@ -87,7 +87,6 @@ struct vcd_channel {
        gchar *identifier;
 };
 
-
 /*
  * Reads a single VCD section from input file and parses it to name/contents.
  * e.g. $timescale 1ps $end  => "timescale" "1ps"