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

@@ -67,7 +67,7 @@ GLOBAL(void)
jpeg_copy_critical_parameters (j_decompress_ptr srcinfo,
j_compress_ptr dstinfo)
{
JQUANT_TBL ** qtblptr;
JQUANT_TBL **qtblptr;
jpeg_component_info *incomp, *outcomp;
JQUANT_TBL *c_quant, *slot_quant;
int tblno, ci, coefi;