X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=tests%2Fcheckpatch.pl;h=cab1691b5ad6cc683a511205c2fa7ec95aec61ae;hb=28ba8deef53e8f46fa79919b9fea4fe2dc1163e4;hp=4d08b398411fdec9b6707b4cd0db2fd73f1b13fa;hpb=b171e10b3fb0a425f5913ef52e97e4d52cdba0e9;p=psensor.git 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/) {} }