Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2002-10-30 05:07:20 +0300
committerKent Mein <mein@cs.umn.edu>2002-10-30 05:07:20 +0300
commit01bff7038323d617fbc83a39e9072631ccbdd65f (patch)
tree2ca70b537a273af35eb5c85c7bd55712fb112dcd /intern/SoundSystem
parentf6c7a8935762c5bf7ff77a0e7d5d63554c5eb80d (diff)
fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
Diffstat (limited to 'intern/SoundSystem')
-rw-r--r--intern/SoundSystem/SND_C-api.h1
-rw-r--r--intern/SoundSystem/SND_CDObject.h2
-rw-r--r--intern/SoundSystem/SND_DependKludge.h1
-rw-r--r--intern/SoundSystem/SND_DeviceManager.h9
-rw-r--r--intern/SoundSystem/SND_IAudioDevice.h1
-rw-r--r--intern/SoundSystem/SND_Object.h2
-rw-r--r--intern/SoundSystem/SND_Scene.h1
-rw-r--r--intern/SoundSystem/SND_SoundListener.h2
-rw-r--r--intern/SoundSystem/SND_SoundObject.h1
-rw-r--r--intern/SoundSystem/SND_Utils.h1
-rw-r--r--intern/SoundSystem/SND_WaveCache.h1
-rw-r--r--intern/SoundSystem/SND_WaveSlot.h1
-rw-r--r--intern/SoundSystem/SoundDefines.h1
-rw-r--r--intern/SoundSystem/dummy/SND_DummyDevice.h1
-rw-r--r--intern/SoundSystem/fmod/SND_FmodDevice.h1
-rw-r--r--intern/SoundSystem/intern/SND_AudioDevice.h1
-rw-r--r--intern/SoundSystem/intern/SND_IdObject.h2
-rw-r--r--intern/SoundSystem/openal/SND_OpenALDevice.h1
18 files changed, 21 insertions, 9 deletions
diff --git a/intern/SoundSystem/SND_C-api.h b/intern/SoundSystem/SND_C-api.h
index 9c24438c131..03470f7e998 100644
--- a/intern/SoundSystem/SND_C-api.h
+++ b/intern/SoundSystem/SND_C-api.h
@@ -354,3 +354,4 @@ extern int SND_GetPlaystate(SND_ObjectHandle object);
#endif
#endif
+
diff --git a/intern/SoundSystem/SND_CDObject.h b/intern/SoundSystem/SND_CDObject.h
index 59817d72485..5af2005d34a 100644
--- a/intern/SoundSystem/SND_CDObject.h
+++ b/intern/SoundSystem/SND_CDObject.h
@@ -81,4 +81,6 @@ public:
int GetPlaystate() const;
};
+
#endif //__SND_CDOBJECT_H
+
diff --git a/intern/SoundSystem/SND_DependKludge.h b/intern/SoundSystem/SND_DependKludge.h
index b1272725f9e..de4c1212c7e 100644
--- a/intern/SoundSystem/SND_DependKludge.h
+++ b/intern/SoundSystem/SND_DependKludge.h
@@ -54,3 +54,4 @@
# endif
# endif
#endif
+
diff --git a/intern/SoundSystem/SND_DeviceManager.h b/intern/SoundSystem/SND_DeviceManager.h
index 7e643779cfe..acb28fe3bf6 100644
--- a/intern/SoundSystem/SND_DeviceManager.h
+++ b/intern/SoundSystem/SND_DeviceManager.h
@@ -80,12 +80,3 @@ private :
#endif //__SND_DEVICEMANAGER_H
-
-
-
-
-
-
-
-
- \ No newline at end of file
diff --git a/intern/SoundSystem/SND_IAudioDevice.h b/intern/SoundSystem/SND_IAudioDevice.h
index 6bcc8f0c072..11754ed8d55 100644
--- a/intern/SoundSystem/SND_IAudioDevice.h
+++ b/intern/SoundSystem/SND_IAudioDevice.h
@@ -344,3 +344,4 @@ protected:
};
#endif //SND_IAUDIODEVICE
+
diff --git a/intern/SoundSystem/SND_Object.h b/intern/SoundSystem/SND_Object.h
index 2ae9bcc1dd0..b67ae3ee396 100644
--- a/intern/SoundSystem/SND_Object.h
+++ b/intern/SoundSystem/SND_Object.h
@@ -52,4 +52,6 @@ public:
SND_Object() {};
virtual ~SND_Object() {};
};
+
#endif //__SND_OBJECT_H
+
diff --git a/intern/SoundSystem/SND_Scene.h b/intern/SoundSystem/SND_Scene.h
index c2f6e5d8c48..49cb40de714 100644
--- a/intern/SoundSystem/SND_Scene.h
+++ b/intern/SoundSystem/SND_Scene.h
@@ -104,3 +104,4 @@ public:
};
#endif //__SND_SCENE_H
+
diff --git a/intern/SoundSystem/SND_SoundListener.h b/intern/SoundSystem/SND_SoundListener.h
index 63d8eb65942..4b51758252e 100644
--- a/intern/SoundSystem/SND_SoundListener.h
+++ b/intern/SoundSystem/SND_SoundListener.h
@@ -81,4 +81,6 @@ private:
MT_Scalar m_dopplervelocity; /* factor for the reference velocity (for Dopplereffect) */
MT_Scalar m_scale;
};
+
#endif //__SND_SOUNDLISTENER_H
+
diff --git a/intern/SoundSystem/SND_SoundObject.h b/intern/SoundSystem/SND_SoundObject.h
index 4c47cdc27b5..6d827090d33 100644
--- a/intern/SoundSystem/SND_SoundObject.h
+++ b/intern/SoundSystem/SND_SoundObject.h
@@ -158,5 +158,6 @@ public:
int GetPlaystate() const;
};
+
#endif //__SND_SOUNDOBJECT_H
diff --git a/intern/SoundSystem/SND_Utils.h b/intern/SoundSystem/SND_Utils.h
index c9c3774b180..de36065c48f 100644
--- a/intern/SoundSystem/SND_Utils.h
+++ b/intern/SoundSystem/SND_Utils.h
@@ -111,3 +111,4 @@ extern void SND_GetSampleInfo(signed char* sample, SND_WaveSlot* waveslot);
#endif
#endif
+
diff --git a/intern/SoundSystem/SND_WaveCache.h b/intern/SoundSystem/SND_WaveCache.h
index 5618b8b9ecf..1a6445be966 100644
--- a/intern/SoundSystem/SND_WaveCache.h
+++ b/intern/SoundSystem/SND_WaveCache.h
@@ -66,3 +66,4 @@ private:
};
#endif //__SND_WAVECACHE_H
+
diff --git a/intern/SoundSystem/SND_WaveSlot.h b/intern/SoundSystem/SND_WaveSlot.h
index 3d1e0d98ae9..bc92829d3d3 100644
--- a/intern/SoundSystem/SND_WaveSlot.h
+++ b/intern/SoundSystem/SND_WaveSlot.h
@@ -92,3 +92,4 @@ public:
};
#endif //__SND_WAVESLOT_H
+
diff --git a/intern/SoundSystem/SoundDefines.h b/intern/SoundSystem/SoundDefines.h
index b2c00b0ade0..f7a3a3c6619 100644
--- a/intern/SoundSystem/SoundDefines.h
+++ b/intern/SoundSystem/SoundDefines.h
@@ -117,3 +117,4 @@ enum
};
#endif //__SOUNDDEFINES_H
+
diff --git a/intern/SoundSystem/dummy/SND_DummyDevice.h b/intern/SoundSystem/dummy/SND_DummyDevice.h
index 717a34550bc..6dff52d40d5 100644
--- a/intern/SoundSystem/dummy/SND_DummyDevice.h
+++ b/intern/SoundSystem/dummy/SND_DummyDevice.h
@@ -93,3 +93,4 @@ public:
};
#endif //SND_DUMMYDEVICE
+
diff --git a/intern/SoundSystem/fmod/SND_FmodDevice.h b/intern/SoundSystem/fmod/SND_FmodDevice.h
index 2a8dbcf0b30..d44cfb9d937 100644
--- a/intern/SoundSystem/fmod/SND_FmodDevice.h
+++ b/intern/SoundSystem/fmod/SND_FmodDevice.h
@@ -103,3 +103,4 @@ private:
};
#endif //SND_FMODDEVICE
+
diff --git a/intern/SoundSystem/intern/SND_AudioDevice.h b/intern/SoundSystem/intern/SND_AudioDevice.h
index 54a8738e43f..13b26770bde 100644
--- a/intern/SoundSystem/intern/SND_AudioDevice.h
+++ b/intern/SoundSystem/intern/SND_AudioDevice.h
@@ -116,3 +116,4 @@ private:
};
#endif //SND_AUDIODEVICE
+
diff --git a/intern/SoundSystem/intern/SND_IdObject.h b/intern/SoundSystem/intern/SND_IdObject.h
index 116479eb69a..fc9608b97bf 100644
--- a/intern/SoundSystem/intern/SND_IdObject.h
+++ b/intern/SoundSystem/intern/SND_IdObject.h
@@ -56,4 +56,6 @@ public:
int GetId();
void SetId(int id);
};
+
#endif //__SND_OBJECT_H
+
diff --git a/intern/SoundSystem/openal/SND_OpenALDevice.h b/intern/SoundSystem/openal/SND_OpenALDevice.h
index 95940bacde2..ad7cbe68a19 100644
--- a/intern/SoundSystem/openal/SND_OpenALDevice.h
+++ b/intern/SoundSystem/openal/SND_OpenALDevice.h
@@ -100,3 +100,4 @@ private:
};
#endif //SND_OPENALDEVICE
+