]> granicus.if.org Git - php/commitdiff
Small Spacing adjustments for better reading
authorNikhil Vimal <techvoltz@gmail.com>
Sat, 7 Feb 2015 16:30:07 +0000 (10:30 -0600)
committerNikhil Vimal <techvoltz@gmail.com>
Sat, 7 Feb 2015 16:30:07 +0000 (10:30 -0600)
CODING_STANDARDS

index 2664d12bd5fe0bec640b935473481c5faedf720f..0cfcff18f682d94ef0fadd7ae8075c886ff798ba 100644 (file)
@@ -18,6 +18,7 @@ Code Implementation
 
 For instance, ``function int mail(char *to, char *from)`` should NOT free
 to and/or from.
+
 Exceptions:
 
 - The function's designated behavior is freeing that resource.  E.g. efree()
@@ -112,6 +113,7 @@ User Functions/Methods Naming Conventions
     of ``parent_*``::
 
     A family of 'foo' functions, for example:
+    
     Good:
     'foo_select_bar'
     'foo_insert_baz'