From 83dcde8ec703373775262a4032a7bf56a254c1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= Date: Mon, 20 Nov 2023 09:21:57 +0100 Subject: [PATCH] capi: apply clang-format --- src/capi/sfcgal_c.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/capi/sfcgal_c.h b/src/capi/sfcgal_c.h index 4ce8c110..9d9678a8 100644 --- a/src/capi/sfcgal_c.h +++ b/src/capi/sfcgal_c.h @@ -1006,8 +1006,9 @@ sfcgal_geometry_extrude_straight_skeleton(const sfcgal_geometry_t *geom, double height); /** - * Returns the union of the polygon z-extrusion (with respect to building_height) and the extrude - * straight skeleton (with respect to roof_height) of the given Polygon + * Returns the union of the polygon z-extrusion (with respect to + * building_height) and the extrude straight skeleton (with respect to + * roof_height) of the given Polygon * @pre geom must be a Polygon * @pre isValid(geom) == true * @pre roof_height != 0