changeset 1236:23f63ecf0a9a

API_coding_style: Added no trailing spaces requirement
author Olivier Delalleau <delallea@iro>
date Thu, 23 Sep 2010 11:21:48 -0400
parents a9b601119197
children 32fc5f442dde
files doc/v2_planning/API_coding_style.txt
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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``.