[FFmpeg-cvslog] developer.texi: Call out K&R coding style.
Rick Kern
git at videolan.org
Sun Nov 29 15:56:29 CET 2015
ffmpeg | branch: master | Rick Kern <kernrj at gmail.com> | Sat Nov 28 17:48:57 2015 -0500| [2f92322bfff2358703dba950934ba554fd597e86] | committer: Timothy Gu
developer.texi: Call out K&R coding style.
K&R coding style is implied but not listed in 'Coding Rules'.
Signed-off-by: Rick Kern <kernrj at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2f92322bfff2358703dba950934ba554fd597e86
---
doc/developer.texi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/developer.texi b/doc/developer.texi
index cad1c29..9a901d8 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -65,6 +65,9 @@ rejected by the git repository.
@item
You should try to limit your code lines to 80 characters; however, do so if
and only if this improves readability.
+
+ at item
+K&R coding style is used.
@end itemize
The presentation is one inspired by 'indent -i4 -kr -nut'.
More information about the ffmpeg-cvslog
mailing list