From b2805409566af00bc15639494f5a186fbd2f16e6 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Fri, 9 Dec 2011 20:15:42 +0000 Subject: More indenting changes --- nGenEx/Wave.h | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'nGenEx/Wave.h') diff --git a/nGenEx/Wave.h b/nGenEx/Wave.h index 9b630ca..d9e33ee 100644 --- a/nGenEx/Wave.h +++ b/nGenEx/Wave.h @@ -1,10 +1,10 @@ /* Project nGenEx - Destroyer Studios LLC - Copyright © 1997-2004. All Rights Reserved. + Destroyer Studios LLC + Copyright © 1997-2004. All Rights Reserved. - SUBSYSTEM: nGenEx.lib - FILE: Wave.h - AUTHOR: John DiCamillo + SUBSYSTEM: nGenEx.lib + FILE: Wave.h + AUTHOR: John DiCamillo */ @@ -17,33 +17,33 @@ struct WAVE_HEADER { - DWORD RIFF; - DWORD file_len; - DWORD WAVE; + DWORD RIFF; + DWORD file_len; + DWORD WAVE; }; struct WAVE_FMT { - DWORD FMT; - DWORD chunk_size; - WORD wFormatTag; - WORD nChannels; - DWORD nSamplesPerSec; - DWORD nAvgBytesPerSec; - WORD nBlockAlign; - WORD wBitsPerSample; + DWORD FMT; + DWORD chunk_size; + WORD wFormatTag; + WORD nChannels; + DWORD nSamplesPerSec; + DWORD nAvgBytesPerSec; + WORD nBlockAlign; + WORD wBitsPerSample; }; struct WAVE_FACT { - DWORD FACT; - DWORD chunk_size; + DWORD FACT; + DWORD chunk_size; }; struct WAVE_DATA { - DWORD DATA; - DWORD chunk_size; + DWORD DATA; + DWORD chunk_size; }; // +--------------------------------------------------------------------+ -- cgit v1.1