Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dfellis committed Oct 13, 2024
1 parent 6d2fab5 commit ad7dddc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/apps/filters/h3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1437,9 +1437,10 @@ SUBCOMMAND(
return E_SUCCESS;
}

SUBCOMMAND(maxPolygonToCellsSize,
"Returns the maximum number of cells that could be needed to cover "
"the polygon. Will always be equal or more than actually necessary") {
SUBCOMMAND(
maxPolygonToCellsSize,
"Returns the maximum number of cells that could be needed to cover "
"the polygon. Will always be equal or more than actually necessary") {
char filename[1024] = {0}; // More than Windows, lol
Arg filenameArg = {
.names = {"-f", "--file"},
Expand Down

0 comments on commit ad7dddc

Please sign in to comment.