From c7041403d0e52a1ddffefb1db5713dbb8e6908c7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 1 May 2019 10:50:02 +1000 Subject: Cleanup: comments (long lines) in compositor --- source/blender/compositor/operations/COM_NormalizeOperation.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/compositor/operations/COM_NormalizeOperation.cpp') diff --git a/source/blender/compositor/operations/COM_NormalizeOperation.cpp b/source/blender/compositor/operations/COM_NormalizeOperation.cpp index da594be2268..f7e689fa008 100644 --- a/source/blender/compositor/operations/COM_NormalizeOperation.cpp +++ b/source/blender/compositor/operations/COM_NormalizeOperation.cpp @@ -80,7 +80,8 @@ bool NormalizeOperation::determineDependingAreaOfInterest(rcti * /*input*/, return false; } -/* The code below assumes all data is inside range +- this, and that input buffer is single channel */ +/* The code below assumes all data is inside range +- this, and that input buffer is single channel + */ #define BLENDER_ZMAX 10000.0f void *NormalizeOperation::initializeTileData(rcti *rect) -- cgit v1.2.3