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/cineon/logImageCore.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/imbuf/intern/cineon/logImageCore.h') diff --git a/source/blender/imbuf/intern/cineon/logImageCore.h b/source/blender/imbuf/intern/cineon/logImageCore.h index e01c2e0f117..3f09effa839 100644 --- a/source/blender/imbuf/intern/cineon/logImageCore.h +++ b/source/blender/imbuf/intern/cineon/logImageCore.h @@ -43,7 +43,8 @@ extern "C" { * Image structure */ -/* There are some differences between DPX and Cineon so we need to know from what type of file the datas come from */ +/* There are some differences between DPX and Cineon + * so we need to know from what type of file the datas come from. */ enum format { format_DPX, format_Cineon, -- cgit v1.2.3