|
@@ -2431,7 +2431,7 @@ sub process {
|
|
"please, no space before tabs\n" . $herevet) &&
|
|
"please, no space before tabs\n" . $herevet) &&
|
|
$fix) {
|
|
$fix) {
|
|
while ($fixed[$fixlinenr] =~
|
|
while ($fixed[$fixlinenr] =~
|
|
- s/(^\+.*) {8,8}+\t/$1\t\t/) {}
|
|
|
|
|
|
+ s/(^\+.*) {8,8}\t/$1\t\t/) {}
|
|
while ($fixed[$fixlinenr] =~
|
|
while ($fixed[$fixlinenr] =~
|
|
s/(^\+.*) +\t/$1\t/) {}
|
|
s/(^\+.*) +\t/$1\t/) {}
|
|
}
|
|
}
|