Use consistent/modern code formatting for dbl ptrs

This commit is contained in:
DRC
2016-02-19 10:56:13 -06:00
parent d4be42360c
commit f76c01d0bd
5 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ jpeg_add_quant_table (j_compress_ptr cinfo, int which_tbl,
* are limited to 1..255 for JPEG baseline compatibility.
*/
{
JQUANT_TBL ** qtblptr;
JQUANT_TBL **qtblptr;
int i;
long temp;