diff --git a/src/apps/filters/h3.c b/src/apps/filters/h3.c index 26d377ea3..ad5be9a6b 100644 --- a/src/apps/filters/h3.c +++ b/src/apps/filters/h3.c @@ -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"},