Skip to content

Commit 5272500

Browse files
committed
Small Spacing adjustments for better reading
1 parent 1c331d8 commit 5272500

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CODING_STANDARDS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Code Implementation
1818

1919
For instance, ``function int mail(char *to, char *from)`` should NOT free
2020
to and/or from.
21+
2122
Exceptions:
2223

2324
- The function's designated behavior is freeing that resource. E.g. efree()
@@ -112,6 +113,7 @@ User Functions/Methods Naming Conventions
112113
of ``parent_*``::
113114

114115
A family of 'foo' functions, for example:
116+
115117
Good:
116118
'foo_select_bar'
117119
'foo_insert_baz'

0 commit comments

Comments
 (0)