[quake3-commits] r1931 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Mar 14 12:04:50 EDT 2011


Author: tma
Date: 2011-03-14 12:04:49 -0400 (Mon, 14 Mar 2011)
New Revision: 1931

Modified:
   trunk/code/client/snd_openal.c
Log:
* Fix whitespace

Modified: trunk/code/client/snd_openal.c
===================================================================
--- trunk/code/client/snd_openal.c	2011-03-14 15:57:39 UTC (rev 1930)
+++ trunk/code/client/snd_openal.c	2011-03-14 16:04:49 UTC (rev 1931)
@@ -2398,17 +2398,17 @@
 		// get all available devices + the default device name.
 		if(enumeration_ext)
 		{
-        		devicelist = qalcGetString(NULL, ALC_ALL_DEVICES_SPECIFIER);
-        		defaultdevice = qalcGetString(NULL, ALC_DEFAULT_ALL_DEVICES_SPECIFIER);
-                }
-                else
-                {
-                        // We don't have ALC_ENUMERATE_ALL_EXT but normal enumeration.
-                        devicelist = qalcGetString(NULL, ALC_DEVICE_SPECIFIER);
-        		defaultdevice = qalcGetString(NULL, ALC_DEFAULT_DEVICE_SPECIFIER);
-                        enumeration_ext = qtrue;
-                }
-                
+			devicelist = qalcGetString(NULL, ALC_ALL_DEVICES_SPECIFIER);
+			defaultdevice = qalcGetString(NULL, ALC_DEFAULT_ALL_DEVICES_SPECIFIER);
+		}
+		else
+		{
+			// We don't have ALC_ENUMERATE_ALL_EXT but normal enumeration.
+			devicelist = qalcGetString(NULL, ALC_DEVICE_SPECIFIER);
+			defaultdevice = qalcGetString(NULL, ALC_DEFAULT_DEVICE_SPECIFIER);
+			enumeration_ext = qtrue;
+		}
+
 #ifdef _WIN32
 		// check whether the default device is generic hardware. If it is, change to
 		// Generic Software as that one works more reliably with various sound systems.



More information about the quake3-commits mailing list