Re: [FFmpeg-devel] [PATCH] patcheck: warn missing whitespace between ) and {

2020-12-30 Thread Steven Liu
> 2020年12月30日 下午6:54,Andreas Rheinhardt 写道: > > liuqi05: >> Signed-off-by: liuqi05 >> --- >> tools/patcheck | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/tools/patcheck b/tools/patcheck >> index fe52938f29..ca7b57f29f 100755 >> --- a/tools/patcheck >> +++ b/tools/patcheck >> @@ -

Re: [FFmpeg-devel] [PATCH] patcheck: warn missing whitespace between ) and {

2020-12-30 Thread Andreas Rheinhardt
liuqi05: > Signed-off-by: liuqi05 > --- > tools/patcheck | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/patcheck b/tools/patcheck > index fe52938f29..ca7b57f29f 100755 > --- a/tools/patcheck > +++ b/tools/patcheck > @@ -101,6 +101,7 @@ hiegrep2 "$ERE_TYPES" > '(static|av_|ff_|ty

[FFmpeg-devel] [PATCH] patcheck: warn missing whitespace between ) and {

2020-12-30 Thread liuqi05
Signed-off-by: liuqi05 --- tools/patcheck | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/patcheck b/tools/patcheck index fe52938f29..ca7b57f29f 100755 --- a/tools/patcheck +++ b/tools/patcheck @@ -101,6 +101,7 @@ hiegrep2 "$ERE_TYPES" '(static|av_|ff_|typedef|:\+[^a-zA-Z_])' 'Non stat