foxygit / doom Log in
commit e80278a9a67638739e2337f8cf3eb0334c61c4eb
Author:     Jonathan Dowland <jon+github@alcopop.org>
AuthorDate: Sat Jun 27 18:23:31 2015 +0100
Commit:     Jonathan Dowland <jon+github@alcopop.org>
CommitDate: Wed Jul 1 07:37:04 2015 +0100

    whitespace clean-ups
---
 src/i_sdlsound.c | 4 ++--
 src/i_sound.h    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/i_sdlsound.c b/src/i_sdlsound.c
index 7704d3f8..ca8e6de0 100644
--- a/src/i_sdlsound.c
+++ b/src/i_sdlsound.c
@@ -535,8 +535,8 @@ static boolean ExpandSoundData_SDL(sfxinfo_t *sfxinfo,
     SDL_AudioCVT convertor;
     Mix_Chunk *chunk;
     uint32_t expanded_length;
-
-    // Calculate the length of the expanded version of the sample.
+
+    // Calculate the length of the expanded version of the sample.

     expanded_length = (uint32_t) ((((uint64_t) length) * mixer_freq) / samplerate);

diff --git a/src/i_sound.h b/src/i_sound.h
index c59bea9d..4e5a8040 100644
--- a/src/i_sound.h
+++ b/src/i_sound.h
@@ -76,13 +76,13 @@ typedef struct

     // lump number of music
     int lumpnum;
-
+
     // music data
     void *data;

     // music handle once registered
     void *handle;
-
+
 } musicinfo_t;

 typedef enum