WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=05fa4edaf38de28f41fcdd6235f0002fb9a5ca81

commit 05fa4edaf38de28f41fcdd6235f0002fb9a5ca81
Author: Gareth Halfacree <[email protected]>
Date:   Mon Nov 6 06:59:48 2017 -0800

    Wiki page coding-conventions.md changed with summary [] by Gareth Halfacree
---
 pages/contrib/devs/coding-conventions.md.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/contrib/devs/coding-conventions.md.txt 
b/pages/contrib/devs/coding-conventions.md.txt
index 2505898f..2b35a525 100644
--- a/pages/contrib/devs/coding-conventions.md.txt
+++ b/pages/contrib/devs/coding-conventions.md.txt
@@ -34,8 +34,8 @@ When writing code, adhere to the following:
 * **Properly mark pointer ``const``** -  This applies to getters or when it 
should not be modified, in both arguments and the return.
 * **Short names to indicate a narrow scope** - ``o`` for object, ``x/y/w/h`` 
for geometry, ``r/g/b/a`` for colors and so forth.
 * **Optional use of an underscore to prefix local/private symbols**
-* **Single-line function forward declaration/prototype**
-* **Function definition should have the return at one line then the function 
name starts at the next line, column 0**
+* **Use a single line for a function's forward declaration or prototype**
+* **Function definitions should have the return at one line then the function 
name starting at the next line, column 0**
 * **Put spaces before/after numerical operators** - e.g. ``+``, ``-``, ``/`` 
and ``*``.
 * **1 space after a comma** - e.g. ``evas_object_color_set(obj, 255, 255, 255, 
255)``.
 

-- 


Reply via email to