Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
metzm and github-actions[bot] authored Jan 9, 2025
1 parent aa98228 commit b618247
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions raster/r.sim/r.sim.water/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,10 @@ int main(int argc, char *argv[])
parm.threads->type = TYPE_INTEGER;
parm.threads->answer = NUM_THREADS;
parm.threads->required = NO;
parm.threads->description = _(
"Number of threads which will be used for parallel computation. Increasing "
"the number of threads does not really speed up the simulation.");
parm.threads->description =
_("Number of threads which will be used for parallel computation. "
"Increasing "
"the number of threads does not really speed up the simulation.");
parm.threads->guisection = _("Parameters");

if (G_parser(argc, argv))
Expand Down

0 comments on commit b618247

Please sign in to comment.