From 1e8744a5bf9dc09215f9aed9606081fc6eee517a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 18 Oct 2013 14:57:18 -0700 Subject: DOcument the use of spaces here --- docs/contributing.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/contributing.rst b/docs/contributing.rst index 7bb7c43e..b125d1af 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -82,6 +82,15 @@ Wrap lines at 80 characters like so: long f(long, long, int *) +Include a space after commas between parameters: + +.. code-block:: c + + // Good + long f(int, char *) + // Bad + long f(int,char *) + Documentation ------------- -- cgit v1.2.3