[FFmpeg-cvslog] r25435 - trunk/tools/patcheck
michael
subversion
Sun Oct 10 21:35:17 CEST 2010
Author: michael
Date: Sun Oct 10 21:35:17 2010
New Revision: 25435
Log:
Clarify whitespace nitpicks in patcheck.
Modified:
trunk/tools/patcheck
Modified: trunk/tools/patcheck
==============================================================================
--- trunk/tools/patcheck Sun Oct 10 20:54:45 2010 (r25434)
+++ trunk/tools/patcheck Sun Oct 10 21:35:17 2010 (r25435)
@@ -95,9 +95,9 @@ hiegrep2 '\.channel_layouts *= *\(' 'con
hiegrep2 "$ERE_TYPES" '(static|av_|ff_|typedef|:\+[^a-zA-Z_])' 'Non static with no ff_/av_ prefix' $*
hiegrep ':\+[^}#]*else' 'missing } prior to else' $*
-hiegrep '(if|while|for)\(' 'missing whitespace between keyword and (' $*
-hiegrep '(else|do){' 'missing whitespace between keyword and {' $*
-hiegrep '}(else|while)' 'missing whitespace between } and keyword' $*
+hiegrep '(if|while|for)\(' 'missing whitespace between keyword and ( (feel free to ignore)' $*
+hiegrep '(else|do){' 'missing whitespace between keyword and { (feel free to ignore)' $*
+hiegrep '}(else|while)' 'missing whitespace between } and keyword (feel free to ignore)' $*
#FIXME this should print the previous statement maybe
hiegrep ':\+ *{ *$' '{ should be on the same line as the related previous statement' $*
More information about the ffmpeg-cvslog
mailing list