Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365671
b: refs/heads/master
c: 74c8f43
h: refs/heads/master
i:
  365669: 999827b
  365667: 7a4fad1
  365663: d2b542c
v: v3
  • Loading branch information
Matthijs Kooijman authored and Linus Torvalds committed Apr 30, 2013
1 parent f41062e commit 7feed24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5646bc71b3ef9634f307f91d9c4bdf38eba4018a
refs/heads/master: 74c8f4336da4319f886151a4246024e08b1a0eb3
2 changes: 1 addition & 1 deletion trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3229,7 +3229,7 @@ sub process {
}

# check for unnecessary blank lines around braces
if (($line =~ /^..*}\s*$/ && $prevline =~ /^.\s*$/)) {
if (($line =~ /^.\s*}\s*$/ && $prevline =~ /^.\s*$/)) {
CHK("BRACES",
"Blank lines aren't necessary before a close brace '}'\n" . $hereprev);
}
Expand Down

0 comments on commit 7feed24

Please sign in to comment.