diff options
Diffstat (limited to 'tools/sed-functions')
-rw-r--r-- | tools/sed-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sed-functions b/tools/sed-functions index faf8bc7..296cab1 100644 --- a/tools/sed-functions +++ b/tools/sed-functions @@ -1,4 +1,4 @@ - +/EAPI extern/ b # if return type on single line, append next line /EAPI.*[^;]\s*$/ { N; s/\n/ / } # while unfinished argument list, append next line |