Change on indent from 2.2.12 to 2.2.13

"De Lara Guarch, Pablo" <[email protected]> Wed, 27 Mar 2024 15:20:44 +0000
Newsgroups gmane.comp.gnu.indent.bugs
Message-ID <DM8PR11MB55915EFA355BDD349F9317C884342@DM8PR11MB5591.namprd11.prod.outlook.com>
Hello,

This is not really a bug on indent, I would say, but I am seeing difference=
s in how C code is indented with 2.2.13 against 2.2.12.
With 2.2.12, the code as it is looks OK, but with 2.2.13, it makes the foll=
owing change.

-uint32_t crc32_gzip_refl_base(uint32_t seed, uint8_t * buf, uint64_t len)
+uint32_t crc32_gzip_refl_base(uint32_t seed, uint8_t *buf, uint64_t len)

Is there a way to avoid the 2.2.13 to make this change, so it is compatible=
 with 2.2.12 (which is still present in many distros)?

Thanks,
Pablo