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:
authorCampbell Barton <ideasman42@gmail.com>2015-07-29 03:43:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-29 03:49:34 +0300
commitcff71fee2118333eae49d0ad7766802d2bcb491e (patch)
tree25e5dc56b85d53d3535f332eb411c2cda5f9b89e /source/blender/blenkernel/BKE_sound.h
parentc6688aeddd4390c58043e3daf6832e12a0b56210 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenkernel/BKE_sound.h')
-rw-r--r--source/blender/blenkernel/BKE_sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_sound.h b/source/blender/blenkernel/BKE_sound.h
index f221f588db3..e68be701b61 100644
--- a/source/blender/blenkernel/BKE_sound.h
+++ b/source/blender/blenkernel/BKE_sound.h
@@ -51,7 +51,7 @@ typedef struct SoundWaveform {
void BKE_sound_init_once(void);
void BKE_sound_exit_once(void);
-void* BKE_sound_get_device(void);
+void *BKE_sound_get_device(void);
void BKE_sound_init(struct Main *main);
@@ -141,7 +141,7 @@ void *BKE_sound_get_factory(void *sound);
float BKE_sound_get_length(struct bSound *sound);
-char** BKE_sound_get_device_names(void);
+char **BKE_sound_get_device_names(void);
bool BKE_sound_is_jack_supported(void);