[postgis-tickets] r15844 - Drop trailing blank from vector_tile.proto

Sandro Santilli strk at kbt.io
Tue Sep 26 22:46:49 PDT 2017


Author: strk
Date: 2017-09-26 22:46:49 -0700 (Tue, 26 Sep 2017)
New Revision: 15844

Modified:
   trunk/postgis/vector_tile.proto
Log:
Drop trailing blank from vector_tile.proto

Modified: trunk/postgis/vector_tile.proto
===================================================================
--- trunk/postgis/vector_tile.proto	2017-09-27 04:13:17 UTC (rev 15843)
+++ trunk/postgis/vector_tile.proto	2017-09-27 05:46:49 UTC (rev 15844)
@@ -41,7 +41,7 @@
                 optional GeomType type = 3 [ default = UNKNOWN ];
 
                 // Contains a stream of commands and parameters (vertices).
-                // A detailed description on geometry encoding is located in 
+                // A detailed description on geometry encoding is located in
                 // section 4.3 of the specification.
                 repeated uint32 geometry = 4 [ packed = true ];
         }



More information about the postgis-tickets mailing list