From bf04316e63edb1388cd9f73261ee106775d198d9 Mon Sep 17 00:00:00 2001 From: DRC Date: Fri, 9 Oct 2015 20:02:31 -0500 Subject: [PATCH] Comment formatting tweaks --- jidctflt.c | 2 +- jstdhuff.c | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/jidctflt.c b/jidctflt.c index 2b2e228..324a2cb 100644 --- a/jidctflt.c +++ b/jidctflt.c @@ -6,7 +6,7 @@ * Modified 2010 by Guido Vollbeding. * libjpeg-turbo Modifications: * Copyright (C) 2014, D. R. Commander. - * For conditions of distribution and use, see the accompanying README file. + * For conditions of distribution and use, see the accompanying README file. * * This file contains a floating-point implementation of the * inverse DCT (Discrete Cosine Transform). In the IJG code, this routine diff --git a/jstdhuff.c b/jstdhuff.c index b29e5ea..a6eb2d8 100644 --- a/jstdhuff.c +++ b/jstdhuff.c @@ -1,15 +1,15 @@ /* -* jstdhuff.c -* -* This file was part of the Independent JPEG Group's software: -* Copyright (C) 1991-1998, Thomas G. Lane. -* libjpeg-turbo Modifications: -* Copyright (C) 2013, D. R. Commander. -* For conditions of distribution and use, see the accompanying README file. -* -* This file contains routines to set the default Huffman tables, if they are -* not already set. -*/ + * jstdhuff.c + * + * This file was part of the Independent JPEG Group's software: + * Copyright (C) 1991-1998, Thomas G. Lane. + * libjpeg-turbo Modifications: + * Copyright (C) 2013, D. R. Commander. + * For conditions of distribution and use, see the accompanying README file. + * + * This file contains routines to set the default Huffman tables, if they are + * not already set. + */ /* * Huffman table setup routines -- 2.40.0