better match CVS policy in the indent recomendation

Originally committed as revision 5025 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2006-02-16 00:48:29 +00:00
parent 2433f24f60
commit b86e38a0c2

View File

@ -1156,7 +1156,7 @@ GCC statement expressions (@samp{(x = (@{ int y = 4; y; @})}).
@end itemize @end itemize
Indent size is 4. 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 The TAB character is forbidden outside of Makefiles as is any
form of trailing whitespace. Commits containing either will be form of trailing whitespace. Commits containing either will be
rejected by the CVS repository. rejected by the CVS repository.