On Sat, 25 Jul 2020, Serge Gautherie wrote: [...]
#print "found_preprocessor: $begin_line: [$_]\n";
- if ($preprocessor =~ /^#\s*include\s+["<]pshpack(\d+).h[">]$/) {
if ($preprocessor =~ /^\#\s*include\s+[\"<]pshpack(\d)\.h[\">]$/) {
This changes a tab into spaces. Now I'll grant you that alignment is a mess in this area: 'if' lines have tabs, most others have spaces. Still this patch should probably not change that. Otherwise the patch is ok by me.