From ad7dddc4ba0790efca887472a3a802ec81f147ea Mon Sep 17 00:00:00 2001 From: David Ellis Date: Sun, 13 Oct 2024 16:03:07 -0500 Subject: [PATCH] Fix formatting --- src/apps/filters/h3.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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"},