diff minijss/jmix_c_in.c @ 1127:e22d4ceb6414

Cosmetics pass, remove excess and trailing whitespace.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Mar 2015 06:11:37 +0200
parents eba3b87f3f84
children bd2615822bbf
line wrap: on
line diff
--- a/minijss/jmix_c_in.c	Wed Mar 04 06:08:22 2015 +0200
+++ b/minijss/jmix_c_in.c	Wed Mar 04 06:11:37 2015 +0200
@@ -12,7 +12,7 @@
 /* Mono / Linear Interpolation
  */
 #define JMIXER_SAMPLE_TYPE Sint16
-#define JMIXER_INIT        
+#define JMIXER_INIT
 #define JMIXER_FUNC \
     const Sint32 vol = (FP_GETH32(tmpVolume) * mixer->globalVol) / 256; \
     memmove(&tl[0], &tl[1], 4 * sizeof(tl[0])); \