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-08-27 08:33:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-27 08:33:33 +0300
commit54b47da56596298a6d880d334a2c403862855ae9 (patch)
treece3fdf7b2d3895436a1f7397ea357b565f9059d6 /source/blender/blenlib/BLI_array.h
parent8b8269389858b54052149a576f1a562e18540862 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/blenlib/BLI_array.h')
-rw-r--r--source/blender/blenlib/BLI_array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_array.h b/source/blender/blenlib/BLI_array.h
index 88cbbbc5fa6..4e37314ed3e 100644
--- a/source/blender/blenlib/BLI_array.h
+++ b/source/blender/blenlib/BLI_array.h
@@ -117,7 +117,7 @@ void _bli_array_grow_func(void **arr_p,
{ \
if (arr && (char *)arr != _##arr##_static) { \
BLI_array_fake_user(arr); \
- MEM_freeN((void*)arr); \
+ MEM_freeN((void *)arr); \
} \
} \
((void)0)