From 6d78936c43741b74f1226af9c096d7253f8fb266 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 24 Jan 2015 01:59:09 +1100 Subject: cleanup: style --- source/blender/compositor/operations/COM_InpaintOperation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/compositor/operations/COM_InpaintOperation.cpp') diff --git a/source/blender/compositor/operations/COM_InpaintOperation.cpp b/source/blender/compositor/operations/COM_InpaintOperation.cpp index 922441a68b6..18611c051d3 100644 --- a/source/blender/compositor/operations/COM_InpaintOperation.cpp +++ b/source/blender/compositor/operations/COM_InpaintOperation.cpp @@ -83,8 +83,8 @@ float *InpaintSimpleOperation::get_pixel(int x, int y) ASSERT_XY_RANGE(x, y); return &this->m_cached_buffer[ - y * width * COM_NUM_CHANNELS_COLOR + - x * COM_NUM_CHANNELS_COLOR]; + y * width * COM_NUM_CHANNELS_COLOR + + x * COM_NUM_CHANNELS_COLOR]; } int InpaintSimpleOperation::mdist(int x, int y) -- cgit v1.2.3