]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
whitespace on blank lines removed
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 7 Jul 2006 04:19:05 +0000 (04:19 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 7 Jul 2006 04:19:05 +0000 (04:19 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6501 d7cf8633-e32d-0410-b094-e92efae38249

snd_main.c

index e67eac70819fc23eff1d95a32c24f0c97e81f87c..310a93b60fc3aa7533862314831676d8159769a3 100644 (file)
@@ -338,7 +338,7 @@ static qboolean S_ChooseCheaperFormat (snd_format_t* format, qboolean fixed_spee
        CHECK_BOUNDARIES(width);
        CHECK_BOUNDARIES(channels);
        #undef CHECK_BOUNDARIES
-       
+
        // Find the level of each parameter
        #define FIND_LEVEL(param)                                                                       \
        param##_level = 0;                                                                                      \
@@ -420,7 +420,7 @@ static void S_SetChannelLayout (void)
        if (snd_channellayout.integer < SND_CHANNELLAYOUT_AUTO ||
                snd_channellayout.integer > SND_CHANNELLAYOUT_ALSA)
                Cvar_SetValueQuick (&snd_channellayout, SND_CHANNELLAYOUT_STANDARD);
-       
+
        if (snd_channellayout.integer == SND_CHANNELLAYOUT_AUTO)
        {
                // If we're in the sound engine initialization
@@ -1381,7 +1381,7 @@ static void S_PaintAndSubmit (void)
 
        if (snd_renderbuffer == NULL || nosound.integer)
                return;
-       
+
        if (snd_blocked > 0 && !cls.capturevideo_soundfile)
                return;
 
@@ -1407,7 +1407,7 @@ static void S_PaintAndSubmit (void)
                        // some modules write directly to a shared (DMA) buffer
                        additionaltime = (soundtime - newsoundtime) + snd_renderbuffer->maxframes - 1;
                        additionaltime -= additionaltime % snd_renderbuffer->maxframes;
-                       
+
                        extrasoundtime += additionaltime;
                        newsoundtime += additionaltime;
                        Con_DPrintf("S_PaintAndSubmit: new extra sound time = %u\n",
@@ -1454,7 +1454,7 @@ void S_Update(const matrix4x4_t *listenermatrix)
 
        if (snd_renderbuffer == NULL || nosound.integer)
                return;
-       
+
        if (snd_blocked > 0 && !cls.capturevideo_soundfile)
                return;