From b923d27e7b39a267f51394a3f0d3add5b53a0231 Mon Sep 17 00:00:00 2001 From: robe Date: Mon, 6 Jul 2009 07:37:47 +0000 Subject: [PATCH] forgot to save last change git-svn-id: http://svn.osgeo.org/postgis/trunk@4261 b70326c6-7e19-0410-871a-916f4a2858ee --- STYLE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STYLE b/STYLE index 451cd563f..083ef822c 100644 --- a/STYLE +++ b/STYLE @@ -42,8 +42,8 @@ When describing a function, the description should be right above the function This is so the function description can be picked up by the doxygen autodocumentor. For example /** -* Does something funny -*/ + * Does something funny + */ double funny_function(POINT2D *p1, POINT2D *p2, POINT2D *q){ funny stuff here; }