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/intern/jpeg.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/blender/imbuf/intern/jpeg.c') diff --git a/source/blender/imbuf/intern/jpeg.c b/source/blender/imbuf/intern/jpeg.c index ca30628c62f..2aab497649a 100644 --- a/source/blender/imbuf/intern/jpeg.c +++ b/source/blender/imbuf/intern/jpeg.c @@ -69,11 +69,11 @@ static ImBuf * ibJpegImageFromCinfo(struct jpeg_decompress_struct * cinfo, int f * * 1. jpeg - standard printing, u & v at quarter of resulution * 2. jvid - standaard video, u & v half resolution, frame not interlaced - -type 3 is unsupported as of jul 05 2000 Frank. - + * + * type 3 is unsupported as of jul 05 2000 Frank. + * * 3. jstr - as 2, but written in 2 separate fields - + * * 4. jmax - no scaling in the components */ @@ -142,8 +142,8 @@ static boolean fill_input_buffer(j_decompress_ptr cinfo) my_src_ptr src = (my_src_ptr) cinfo->src; /* Since we have given all we have got already - * we simply fake an end of file - */ + * we simply fake an end of file + */ src->pub.next_input_byte = src->terminal; src->pub.bytes_in_buffer = 2; -- cgit v1.2.3