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>2020-03-11 11:23:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-11 11:23:52 +0300
commitd195deef5cbfe2951dceb2a11959091fbd263440 (patch)
treec3aa3955fba70a5bc711781764f92602d265e356 /source/blender/makesrna
parentd0618570ebea0f68df90c8abd740cf7aa0e3f6d1 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index ac0376c72af..a153c1dda1e 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -5040,8 +5040,16 @@ static void rna_def_userdef_system(BlenderRNA *brna)
{2048, "SAMPLES_2048", 0, "2048 Samples", "Set audio mixing buffer size to 2048 samples"},
{4096, "SAMPLES_4096", 0, "4096 Samples", "Set audio mixing buffer size to 4096 samples"},
{8192, "SAMPLES_8192", 0, "8192 Samples", "Set audio mixing buffer size to 8192 samples"},
- {16384, "SAMPLES_16384", 0, "16384 Samples", "Set audio mixing buffer size to 16384 samples"},
- {32768, "SAMPLES_32768", 0, "32768 Samples", "Set audio mixing buffer size to 32768 samples"},
+ {16384,
+ "SAMPLES_16384",
+ 0,
+ "16384 Samples",
+ "Set audio mixing buffer size to 16384 samples"},
+ {32768,
+ "SAMPLES_32768",
+ 0,
+ "32768 Samples",
+ "Set audio mixing buffer size to 32768 samples"},
{0, NULL, 0, NULL, NULL},
};