From e9a01c1d2f6edaf2902f82c73c98ff7d25627878 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 22 Apr 2019 01:18:55 +1000 Subject: Cleanup: comments (long lines) in imbuf --- source/blender/imbuf/intern/thumbs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/imbuf/intern/thumbs.c') diff --git a/source/blender/imbuf/intern/thumbs.c b/source/blender/imbuf/intern/thumbs.c index 6341192c40c..afbc0f0a5c4 100644 --- a/source/blender/imbuf/intern/thumbs.c +++ b/source/blender/imbuf/intern/thumbs.c @@ -734,7 +734,8 @@ ImBuf *IMB_thumb_manage(const char *org_path, ThumbSize size, ThumbSource source } } - /* Our imbuf **must** have a valid rect (i.e. 8-bits/channels) data, we rely on this in draw code. + /* Our imbuf **must** have a valid rect (i.e. 8-bits/channels) + * data, we rely on this in draw code. * However, in some cases we may end loading 16bits PNGs, which generated float buffers. * This should be taken care of in generation step, but add also a safeguard here! */ if (img) { -- cgit v1.2.3