diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2006-02-16 00:48:29 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2006-02-16 00:48:29 +0000 |
commit | b86e38a0c29741d88c5572eef7392369b519673f (patch) | |
tree | a74c164c013c36c890488a0916f0853df540a12a /doc | |
parent | 2433f24f60bc4087907fee57b3b1a8f04b2b37b2 (diff) | |
download | ffmpeg-b86e38a0c29741d88c5572eef7392369b519673f.tar.gz |
better match CVS policy in the indent recomendation
Originally committed as revision 5025 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 6ad6eae5cb..088b066781 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -1156,7 +1156,7 @@ GCC statement expressions (@samp{(x = (@{ int y = 4; y; @})}). @end itemize Indent size is 4. -The presentation is the one specified by 'indent -i4 -kr'. +The presentation is the one specified by 'indent -i4 -kr -nut'. 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. |