Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319936
b: refs/heads/master
c: b34a26f
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Linus Torvalds committed Jul 31, 2012
1 parent 1cee54b commit 1f10560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ed940d4c34c21a1a356969a923f2815d608e0bf
refs/heads/master: b34a26f3158cca932b6f1427b97fe12c7838ee68
4 changes: 2 additions & 2 deletions trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1848,8 +1848,8 @@ sub process {

my $pos = pos_last_openparen($rest);
if ($pos >= 0) {
$line =~ /^\+([ \t]*)/;
my $newindent = $1;
$line =~ /^(\+| )([ \t]*)/;
my $newindent = $2;

my $goodtabindent = $oldindent .
"\t" x ($pos / 8) .
Expand Down

0 comments on commit 1f10560

Please sign in to comment.