We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I'm not sure these two should by formatted differently?
$ clang-format bug.c v[num] = ((PetscReal)(numj)*HxdHy + (PetscReal)(numi)*HydHx); v[num] = ((PetscReal)numj * HxdHy + (PetscReal)numi * HydHx);
This is with both version 18 and 20.