Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzeslaus committed Sep 28, 2024
1 parent b0f6812 commit 0fed40b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions raster/r.mfilter/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,10 @@ int main(int argc, char **argv)
"threads setting."));
nprocs = 1;
#endif
if (nprocs > 1 && Rast_mask_is_present()) != NULL)
{
G_warning(_("Parallel processing disabled due to active mask."));
nprocs = 1;
}
if (nprocs > 1 && Rast_mask_is_present()) != NULL) {
G_warning(_("Parallel processing disabled due to active mask."));
nprocs = 1;
}
out_name = opt2->answer;
filt_name = opt3->answer;

Expand Down

0 comments on commit 0fed40b

Please sign in to comment.