[geos-commits] [SCM] GEOS branch 3.7 updated. b3202778345eea00d39b0b201185caf27e2bc8a2

git at osgeo.org git at osgeo.org
Thu Oct 3 11:22:19 PDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, 3.7 has been updated
       via  b3202778345eea00d39b0b201185caf27e2bc8a2 (commit)
      from  3cefa48039abc41a35ae1c6002302df9d85a8ced (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b3202778345eea00d39b0b201185caf27e2bc8a2
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Oct 3 11:22:02 2019 -0700

    Pass silly end-of-line-whitespace test in autotools

diff --git a/include/geos/platform.h.in b/include/geos/platform.h.in
index bd968ab..a4488ee 100644
--- a/include/geos/platform.h.in
+++ b/include/geos/platform.h.in
@@ -94,7 +94,7 @@ extern "C"
 // sandro furieri: sanitizing MinGW32
 #  define ISNAN(x) (std::isnan(x))
 # elif defined(__OSX__) || defined(__APPLE__) || \
-       defined(__NetBSD__) || defined(__DragonFly__) || defined (__OpenBSD__) 
+       defined(__NetBSD__) || defined(__DragonFly__) || defined (__OpenBSD__)
    // Hack for OS/X <cmath> incorrectly re-defining isnan() into oblivion.
    // It does leave a version in std.
 #  define ISNAN(x) (std::isnan(x))

-----------------------------------------------------------------------

Summary of changes:
 include/geos/platform.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list