From 90d2de2d244d6bf2486fea171876e2db1c61d007 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 13 Oct 2015 07:42:54 +0000 Subject: [PATCH] Strip BOM from files git-svn-id: http://svn.osgeo.org/postgis/trunk@14269 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/bytebuffer.h | 2 +- liblwgeom/effectivearea.h | 2 +- liblwgeom/lwin_twkb.c | 2 +- liblwgeom/varint.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/liblwgeom/bytebuffer.h b/liblwgeom/bytebuffer.h index 175690db3..b8c38af34 100644 --- a/liblwgeom/bytebuffer.h +++ b/liblwgeom/bytebuffer.h @@ -1,4 +1,4 @@ -/********************************************************************** +/********************************************************************** * $Id: bytebuffer.h 12198 2014-01-29 17:49:35Z pramsey $ * * PostGIS - Spatial Types for PostgreSQL diff --git a/liblwgeom/effectivearea.h b/liblwgeom/effectivearea.h index 6865a4c57..edae60be3 100644 --- a/liblwgeom/effectivearea.h +++ b/liblwgeom/effectivearea.h @@ -1,4 +1,4 @@ -/********************************************************************** +/********************************************************************** * * PostGIS - Spatial Types for PostgreSQL * http://postgis.net diff --git a/liblwgeom/lwin_twkb.c b/liblwgeom/lwin_twkb.c index ffba9e0cd..8d9dd1f77 100644 --- a/liblwgeom/lwin_twkb.c +++ b/liblwgeom/lwin_twkb.c @@ -1,4 +1,4 @@ -/********************************************************************** +/********************************************************************** * * PostGIS - Spatial Types for PostgreSQL * diff --git a/liblwgeom/varint.h b/liblwgeom/varint.h index 9233f3d2d..6014eff1d 100644 --- a/liblwgeom/varint.h +++ b/liblwgeom/varint.h @@ -1,4 +1,4 @@ -/********************************************************************** +/********************************************************************** * * PostGIS - Spatial Types for PostgreSQL * http://postgis.net -- 2.50.1