]> sigrok.org Git - libsigrok.git/blobdiff - src/input/wav.c
Various minor whitespace fixes.
[libsigrok.git] / src / input / wav.c
index 0c23010eb6f7c5f1dab218356c54c1cf80a4a212..88ddd7a814dd07b5f4ab18477871ff1b82fbe531 100644 (file)
@@ -73,7 +73,6 @@ static int parse_wav_header(GString *buf, struct context *inc)
                return SR_ERR_DATA;
        }
 
-
        if (fmt_code == WAVE_FORMAT_PCM) {
        } else if (fmt_code == WAVE_FORMAT_IEEE_FLOAT) {
                if (unitsize != 4) {
@@ -370,4 +369,3 @@ SR_PRIV struct sr_input_module input_wav = {
        .receive = receive,
        .end = end,
 };
-