Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207341
b: refs/heads/master
c: b998e00
h: refs/heads/master
i:
  207339: 2ce3ec6
v: v3
  • Loading branch information
Patrick Pannuto authored and Linus Torvalds committed Aug 10, 2010
1 parent 461fde2 commit 495b9c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 09ef87255da0e005dd0ab39ca25714208cf29cb3
refs/heads/master: b998e001e6ce6540ea04a264debc50ae44d2db7a
3 changes: 3 additions & 0 deletions trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,9 @@ sub ctx_statement_block {
$type = ($level != 0)? '{' : '';

if ($level == 0) {
if (substr($blk, $off + 1, 1) eq ';') {
$off++;
}
last;
}
}
Expand Down

0 comments on commit 495b9c3

Please sign in to comment.