comparison src/dmwav.h @ 1102:e06abfde6c39

Cosmetics pass: Remove excess whitespace.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Mar 2015 23:22:36 +0200
parents 1e5cf1144f36
children
comparison
equal deleted inserted replaced
1101:0577f10dc3de 1102:e06abfde6c39
23 23
24 typedef struct 24 typedef struct
25 { 25 {
26 Uint8 chunkID[4]; 26 Uint8 chunkID[4];
27 Uint32 chunkSize; 27 Uint32 chunkSize;
28 } DMWaveChunk; 28 } DMWaveChunk;
29 29
30 30
31 typedef struct 31 typedef struct
32 { 32 {
33 Uint8 riffID[4]; 33 Uint8 riffID[4];