Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29705
b: refs/heads/master
c: 0518949
h: refs/heads/master
i:
  29703: ff7bce4
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jun 25, 2006
1 parent 15fff3b commit bcc663d
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: 5d18639a833e9f034b055dcbb16a980be627f475
refs/heads/master: 05189497d10c715bf41c05fb2fd89aa2cf7602f1
3 changes: 3 additions & 0 deletions trunk/scripts/kernel-doc
Original file line number Diff line number Diff line change
Expand Up @@ -1762,6 +1762,9 @@ sub process_file($) {

$contents = $newcontents;
if ($contents ne "") {
if (substr($contents, 0, 1) eq " ") {
$contents = substr($contents, 1);
}
$contents .= "\n";
}
$section = $newsection;
Expand Down

0 comments on commit bcc663d

Please sign in to comment.