mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Clarify whitespace nitpicks in patcheck.
Originally committed as revision 25435 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f167a1a4f6
commit
54ce8a4c8b
@ -95,9 +95,9 @@ hiegrep2 '\.channel_layouts *= *\(' 'const' 'missing const for channel_layouts a
|
|||||||
hiegrep2 "$ERE_TYPES" '(static|av_|ff_|typedef|:\+[^a-zA-Z_])' 'Non static with no ff_/av_ prefix' $*
|
hiegrep2 "$ERE_TYPES" '(static|av_|ff_|typedef|:\+[^a-zA-Z_])' 'Non static with no ff_/av_ prefix' $*
|
||||||
|
|
||||||
hiegrep ':\+[^}#]*else' 'missing } prior to else' $*
|
hiegrep ':\+[^}#]*else' 'missing } prior to else' $*
|
||||||
hiegrep '(if|while|for)\(' 'missing whitespace between keyword and (' $*
|
hiegrep '(if|while|for)\(' 'missing whitespace between keyword and ( (feel free to ignore)' $*
|
||||||
hiegrep '(else|do){' 'missing whitespace between keyword and {' $*
|
hiegrep '(else|do){' 'missing whitespace between keyword and { (feel free to ignore)' $*
|
||||||
hiegrep '}(else|while)' 'missing whitespace between } and keyword' $*
|
hiegrep '}(else|while)' 'missing whitespace between } and keyword (feel free to ignore)' $*
|
||||||
|
|
||||||
#FIXME this should print the previous statement maybe
|
#FIXME this should print the previous statement maybe
|
||||||
hiegrep ':\+ *{ *$' '{ should be on the same line as the related previous statement' $*
|
hiegrep ':\+ *{ *$' '{ should be on the same line as the related previous statement' $*
|
||||||
|
Loading…
Reference in New Issue
Block a user