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:
authorDalai Felinto <dalai@blender.org>2021-09-22 17:55:09 +0300
committerDalai Felinto <dalai@blender.org>2021-09-22 17:55:09 +0300
commit707bcd5693aedc0c1a461bbb0ce88680e32de561 (patch)
tree671dbbd258bdbeb926e198b3cf3571b975dadc40 /source/blender/blenkernel/intern/sound.c
parent0d350e0193f1af82274ba78f5f93702c14646a86 (diff)
Cleanup: make format
Diffstat (limited to 'source/blender/blenkernel/intern/sound.c')
-rw-r--r--source/blender/blenkernel/intern/sound.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/sound.c b/source/blender/blenkernel/intern/sound.c
index ccb10f080e3..093e4f42d4a 100644
--- a/source/blender/blenkernel/intern/sound.c
+++ b/source/blender/blenkernel/intern/sound.c
@@ -1230,7 +1230,10 @@ bool BKE_sound_info_get(struct Main *main, struct bSound *sound, SoundInfo *soun
return result;
}
-bool BKE_sound_stream_info_get(struct Main *main, const char *filepath, int stream, SoundStreamInfo *sound_info)
+bool BKE_sound_stream_info_get(struct Main *main,
+ const char *filepath,
+ int stream,
+ SoundStreamInfo *sound_info)
{
const char *path;
char str[FILE_MAX];