]> granicus.if.org Git - libjpeg-turbo/commitdiff
Comment formatting tweaks
authorDRC <information@libjpeg-turbo.org>
Sat, 10 Oct 2015 01:02:31 +0000 (20:02 -0500)
committerDRC <information@libjpeg-turbo.org>
Sat, 10 Oct 2015 01:02:31 +0000 (20:02 -0500)
jidctflt.c
jstdhuff.c

index 2b2e2282a7ff20c17166e05b42a16f41b73a9239..324a2cbc4420850ab0eb11b6e3ef2f9ee1e60321 100644 (file)
@@ -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
index b29e5ea47772167570fe7390910c31e96b3885ef..a6eb2d8a934f01fda2c79cd76ef8641bf7d96701 100644 (file)
@@ -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