shithub: choc

Download patch

ref: e80278a9a67638739e2337f8cf3eb0334c61c4eb
parent: bb764b8ec9e35b0228b9de142bf5b54b13e52630
author: Jonathan Dowland <jon+github@alcopop.org>
date: Sat Jun 27 14:23:31 EDT 2015

whitespace clean-ups

--- a/src/i_sdlsound.c
+++ b/src/i_sdlsound.c
@@ -535,8 +535,8 @@
     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);
 
--- a/src/i_sound.h
+++ b/src/i_sound.h
@@ -76,13 +76,13 @@
 
     // lump number of music
     int lumpnum;
-    
+
     // music data
     void *data;
 
     // music handle once registered
     void *handle;
-    
+
 } musicinfo_t;
 
 typedef enum