From 40a345a9c75259216c158ec509e756c4d3f19fd5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 24 Jun 2015 05:13:43 +1000 Subject: Cleanup: style --- source/blender/imbuf/intern/openexr/openexr_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf/intern/openexr/openexr_api.cpp') diff --git a/source/blender/imbuf/intern/openexr/openexr_api.cpp b/source/blender/imbuf/intern/openexr/openexr_api.cpp index 72288149846..ba197948f7d 100644 --- a/source/blender/imbuf/intern/openexr/openexr_api.cpp +++ b/source/blender/imbuf/intern/openexr/openexr_api.cpp @@ -1082,7 +1082,7 @@ void IMB_exr_write_channels(void *handle) /* We allocate teporary storage for half pixels for all the channels at once. */ if (data->num_half_channels != 0) { - rect_half = (half*)MEM_mallocN(sizeof(half) * data->num_half_channels * num_pixels, __func__); + rect_half = (half *)MEM_mallocN(sizeof(half) * data->num_half_channels * num_pixels, __func__); current_rect_half = rect_half; } -- cgit v1.2.3