X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=tests%2Fcheckpatch.pl;h=cab1691b5ad6cc683a511205c2fa7ec95aec61ae;hp=4d08b398411fdec9b6707b4cd0db2fd73f1b13fa;hb=0e023129be0c759df8a2559fa5a80a62387645cc;hpb=3228dd04d36a2ea42b8e21761d7f79031b86a677 diff --git a/tests/checkpatch.pl b/tests/checkpatch.pl index 4d08b39..cab1691 100755 --- a/tests/checkpatch.pl +++ b/tests/checkpatch.pl @@ -2424,7 +2424,7 @@ sub process { "please, no space before tabs\n" . $herevet) && $fix) { while ($fixed[$fixlinenr] =~ - s/(^\+.*) {8,8}+\t/$1\t\t/) {} + s/(^\+.*) {8,8}\t/$1\t\t/) {} while ($fixed[$fixlinenr] =~ s/(^\+.*) +\t/$1\t/) {} }