From 89a963fb7fdff543b77de790355b9dac3019bd33 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 9 Mar 2012 18:28:30 +0000 Subject: style cleanup: comment blocks --- source/blender/imbuf/IMB_imbuf_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/imbuf/IMB_imbuf_types.h') diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h index c2b42db447d..076f518585b 100644 --- a/source/blender/imbuf/IMB_imbuf_types.h +++ b/source/blender/imbuf/IMB_imbuf_types.h @@ -84,8 +84,8 @@ typedef struct ImBuf { /* pixels */ unsigned int *rect; /* pixel values stored here */ float *rect_float; /* floating point Rect equivalent - Linear RGB color space - may need gamma correction to - sRGB when generating 8bit representations */ + * Linear RGB color space - may need gamma correction to + * sRGB when generating 8bit representations */ /* resolution - pixels per meter */ double ppm[2]; -- cgit v1.2.3