From 3b8f383ae3bdd90f695de74873c0abca1bc93af7 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 25 Jul 2002 02:49:43 +0000 Subject: [PATCH] whitespace cleanup git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2081 d7cf8633-e32d-0410-b094-e92efae38249 --- snd_mix.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/snd_mix.c b/snd_mix.c index 96f20236..c601b60a 100644 --- a/snd_mix.c +++ b/snd_mix.c @@ -342,19 +342,19 @@ void S_PaintChannels(int endtime) void SND_InitScaletable (void) { - int i, j; + int i, j; - for (i=0 ; i<32 ; i++) - for (j=0 ; j<256 ; j++) + for (i = 0;i < 32;i++) + for (j = 0;j < 256;j++) snd_scaletable[i][j] = ((signed char)j) * i * 8; } void SND_PaintChannelFrom8 (channel_t *ch, sfxcache_t *sc, int count) { - int *lscale, *rscale; + int *lscale, *rscale; unsigned char *sfx; - int i; + int i; if (ch->leftvol > 255) ch->leftvol = 255; @@ -393,7 +393,7 @@ void SND_PaintChannelFrom16 (channel_t *ch, sfxcache_t *sc, int count) { int leftvol, rightvol; signed short *sfx; - int i; + int i; leftvol = ch->leftvol; rightvol = ch->rightvol; -- 2.39.2