DEADSOFTWARE

removed trailing spaces all over the source
[d2df-sdl.git] / src / lib / fmod / fmodpresets.pas
index a27d59f1c0a7ca158fe1d7ce8410f3c97b1fc25e..26905b286d660824542551ebef4afcc7b84780b5 100644 (file)
@@ -16,15 +16,15 @@ uses
   fmodtypes;
 
 (*
-[DEFINE] 
+[DEFINE]
 [
-    [NAME] 
+    [NAME]
     FMOD_REVERB_PRESETS
 
-    [DESCRIPTION]   
+    [DESCRIPTION]
     A set of predefined environment PARAMETERS, created by Creative Labs
     These are used to initialize an FMOD_REVERB_PROPERTIES structure statically.
-    ie 
+    ie
     FMOD_REVERB_PROPERTIES prop = FMOD_PRESET_GENERIC;
 
     [PLATFORMS]