From ca32939e35288da50776ee035ab66ebdb35349cc Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 25 Sep 2009 03:31:28 +0000 Subject: [PATCH] formatting --- bindings/python/mapnik_map.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bindings/python/mapnik_map.cpp b/bindings/python/mapnik_map.cpp index 204248be2..e12105d8e 100644 --- a/bindings/python/mapnik_map.cpp +++ b/bindings/python/mapnik_map.cpp @@ -147,11 +147,9 @@ void export_map() ; class_("Map","The map object.",init >( - -#if BOOST_VERSION >= 103500 - args("self","width","height","srs"), +#if BOOST_VERSION >= 103500 + args("self","width","height","srs"), #endif - "Create a Map with a width and height as integers and, optionally,\n" "an srs string either with a Proj.4 epsg code ('+init=epsg:')\n" "or with a Proj.4 literal ('+proj=').\n"