ext/geos_c_impl/analysis.h in rgeo-3.0.0.pre.rc.2 vs ext/geos_c_impl/analysis.h in rgeo-3.0.0.pre.rc.3
- old
+ new
@@ -17,22 +17,25 @@
*
* Checks direction for a ring, returns +true+ if counter-clockwise, +false+
* otherwise.
*/
#ifdef RGEO_GEOS_SUPPORTS_CCW
-VALUE rgeo_geos_analysis_ccw_p(VALUE self, VALUE ring);
+VALUE
+rgeo_geos_analysis_ccw_p(VALUE self, VALUE ring);
#endif // RGEO_GEOS_SUPPORTS_CCW
/**
* call-seq:
- * RGeo::Geos::Analysis.ccw_supported? -> true or false
- *
+ * RGeo::Geos::Analysis.ccw_supported? -> true or false
+ *
* Checks if the RGEO_GEOS_SUPPORTS_ISCCW macro is defined, returns +true+
* if it is, +false+ otherwise
*/
-VALUE rgeo_geos_analysis_supports_ccw(VALUE self);
+VALUE
+rgeo_geos_analysis_supports_ccw(VALUE self);
-void rgeo_init_geos_analysis();
+void
+rgeo_init_geos_analysis();
RGEO_END_C
#endif // RGEO_GEOS_SUPPORTED