diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2009-09-09 17:27:30 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2009-09-09 17:27:30 +0000 |
commit | 76bcd87b4cd679b2d26b4b9ddddd4dc6451cab54 (patch) | |
tree | b1079260dee233c7d23d0cc7856cdd3e0c1683ed /doc/developer.texi | |
parent | 2c14ded3869b8342cea49562cdc2483ec4dc6070 (diff) | |
download | ffmpeg-76bcd87b4cd679b2d26b4b9ddddd4dc6451cab54.tar.gz |
Change developer doc to reflect reality
Originally committed as revision 19799 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/developer.texi')
-rw-r--r-- | doc/developer.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index e78936124d..597ba7d147 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -70,7 +70,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 -nut'. +The presentation is one inspired 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 Subversion repository. |