[Ffmpeg-cvslog] CVS: ffmpeg/doc ffmpeg-doc.texi,1.106,1.107
Diego Biurrun CVS
diego
Mon Jan 30 00:43:32 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/doc
In directory mail:/var2/tmp/cvs-serv922
Modified Files:
ffmpeg-doc.texi
Log Message:
Update for new style guidelines regarding TABs and trailing whitespace.
Index: ffmpeg-doc.texi
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/doc/ffmpeg-doc.texi,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- ffmpeg-doc.texi 14 Jan 2006 14:46:26 -0000 1.106
+++ ffmpeg-doc.texi 29 Jan 2006 23:43:29 -0000 1.107
@@ -1143,8 +1143,11 @@
GCC statement expressions (@samp{(x = (@{ int y = 4; y; @})}).
@end itemize
-Indent size is 4. The TAB character should not be used.
+Indent size is 4.
The presentation is the one specified by 'indent -i4 -kr'.
+The TAB character is forbidden outside of Makefiles as is any
+form of trailing whitespace. Commits containing either will be
+rejected by the CVS repository.
Main priority in FFmpeg is simplicity and small code size (=less
bugs).
More information about the ffmpeg-cvslog
mailing list