From be11fac1a86d2273f1b3afa4d750dcb7ff8aba0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicklas=20Av=C3=A9n?= Date: Thu, 29 Jul 2010 13:44:49 +0000 Subject: [PATCH] ugly style fix git-svn-id: http://svn.osgeo.org/postgis/trunk@5758 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/lwout_wkb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/liblwgeom/lwout_wkb.c b/liblwgeom/lwout_wkb.c index 77ede63ef..ef0c173f5 100644 --- a/liblwgeom/lwout_wkb.c +++ b/liblwgeom/lwout_wkb.c @@ -11,6 +11,7 @@ #include "libgeom.h" #include + static char* lwgeom_to_wkb_buf(const LWGEOM *geom, char *buf, uchar variant); static size_t lwgeom_to_wkb_size(const LWGEOM *geom, uchar variant);