owenca wrote:

> Fixes #73584

Seems it's not fixed yet:
```
$ cat test.cpp
{
    PyObjectPtr<PyObject> const readinto_method_obj{
            PyObject_GetAttrString(input_stream, "readinto")};
}
$ clang-format test.cpp
{
    PyObjectPtr<PyObject> const 
readinto_method_obj{PyObject_GetAttrString(input_stream, "readinto")
    };
}
```
You can correct the commit message and fix the issue in another patch.

https://github.com/llvm/llvm-project/pull/93140
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to