Cosmetics: remove double space
[wav_header.git] / wav_header.c
index e21841a..6cb5157 100644 (file)
@@ -56,7 +56,7 @@ struct fmt {
        uint16_t wBitsPerSample;
        uint16_t cbSize;
        uint8_t extradata[];
-}  __attribute__((__packed__));
+} __attribute__((__packed__));
 
 struct WAVE {
        char fmtheader[8];