Cleanup: style

This commit is contained in:
2015-06-24 05:13:43 +10:00
parent 04e9a707f4
commit 40a345a9c7
5 changed files with 7 additions and 7 deletions

View File

@@ -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;
}