Skip to content

Commit

Permalink
capi: apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Nov 20, 2023
1 parent 919eb14 commit 83dcde8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/capi/sfcgal_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83dcde8

Please sign in to comment.