]> sigrok.org Git - libsigrok.git/blobdiff - src/output/vcd.c
Random whitespace/cosmetic fixes.
[libsigrok.git] / src / output / vcd.c
index d0b14a04d26f1ba661d57949a52fcbb0a9aba3b3..399f2b35d689e6f9940ca824cb6f10b01b058a3c 100644 (file)
@@ -96,7 +96,7 @@ static GString *gen_header(const struct sr_output *o)
        /* timestamp */
        t = time(NULL);
        timestamp = g_strdup(ctime(&t));
-       timestamp[strlen(timestamp)-1] = 0;
+       timestamp[strlen(timestamp) - 1] = 0;
        g_string_printf(header, "$date %s $end\n", timestamp);
        g_free(timestamp);