# HG changeset patch # User Olivier Delalleau # Date 1285255308 14400 # Node ID 23f63ecf0a9ac59665bad94d42f3e4fa3bd62c6a # Parent a9b601119197bf0c8a19e0b49cb13d39ec453eb7 API_coding_style: Added no trailing spaces requirement diff -r a9b601119197 -r 23f63ecf0a9a doc/v2_planning/API_coding_style.txt --- a/doc/v2_planning/API_coding_style.txt Thu Sep 23 10:26:37 2010 -0400 +++ b/doc/v2_planning/API_coding_style.txt Thu Sep 23 11:21:48 2010 -0400 @@ -108,6 +108,8 @@ * Limit lines to 79 characters. + * No trailing spaces. + * Naming conventions: ``ClassName``, ``TOP_LEVEL_CONSTANT``, ``everything_else``.