I have a class that can be used as a C-string. To enable this I have created a member called:
operator char*()
When running Astyle (using --align-pointer=type) it is reformatted to:
operator char* ()
As you can see, a space has been inserted before the left parenthesis. Not a big problem since the code still compiles but I would prefer and option (or a fix) to Astyle that avoids this extra space.
Fixed in 3.6.3.