summaryrefslogtreecommitdiffstats
path: root/tools/sed-functions
blob: 9438459cbd9e0ff943303c6748c8736e1d30b05e (plain)
1
2
3
4
5
6
7
8

# if return type on single line, append next line
/EAPI.*[^;]\s*$/ { N; s/\n/ / }
# while unfinished argument list, append next line
:loop
/,$/ { N; s/\n/ /; t loop }
s/ {2,}/ /g
s/^\s*EAPI/EAPI/p