]> granicus.if.org Git - postgis/commitdiff
Remove camelCase example from style guideline against camelCase (! :)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 19 Dec 2008 16:57:57 +0000 (16:57 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 19 Dec 2008 16:57:57 +0000 (16:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3452 b70326c6-7e19-0410-871a-916f4a2858ee

STYLE

diff --git a/STYLE b/STYLE
index aa2c040bd01b96210ab5c2317df704d119112d40..e9f8429cb4705503bf3f5eb454f24fc5379c43b2 100644 (file)
--- a/STYLE
+++ b/STYLE
@@ -43,7 +43,7 @@ Enumerations should be ALL_UPPERCASE.
 For liblwgeom:
 
 - Files should be named with an lw prefix.
-- Functions should have an lw prefix (lw_getPoint).
+- Functions should have an lw prefix (lw_get_point).
 - Function names should use underscores, not camel case.
 - Function names should indicate the geometry type of inputs
   if relevant (lwline_split)