rupprecht wrote: It looks like this change is not actually NFC. The difference is incredibly minor. Given this C++ snippet:
```c++
namespace f {
/*//comment*/};
```
clang-format used to not touch that. Now, it adds a space near the end:
```c++
namespace f {
/*//comment*/ };
```
Is that expected?
https://github.com/llvm/llvm-project/pull/142104
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
