From d4934f8f6d8d2da457adb6dd32047eb1627459a0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 11 Feb 2015 18:38:41 +1100 Subject: cleanup: style/indentation --- source/blender/imbuf/intern/divers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/imbuf/intern/divers.c') diff --git a/source/blender/imbuf/intern/divers.c b/source/blender/imbuf/intern/divers.c index 59d08128e5f..65abf22ff2c 100644 --- a/source/blender/imbuf/intern/divers.c +++ b/source/blender/imbuf/intern/divers.c @@ -169,8 +169,8 @@ void IMB_buffer_byte_from_float(uchar *rect_to, const float *rect_from, float tmp[4]; int x, y; DitherContext *di = NULL; - float inv_width = 1.0f / width, - inv_height = 1.0f / height; + float inv_width = 1.0f / width; + float inv_height = 1.0f / height; /* we need valid profiles */ BLI_assert(profile_to != IB_PROFILE_NONE); -- cgit v1.2.3