Issue |
102727
|
Summary |
[clang-format] Wrong spacing around arithmetic operator?
|
Labels |
clang-format
|
Assignees |
|
Reporter |
prj-
|
I'm not sure these two should by formatted differently?
```console
$ 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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs