Hi,
What is the expected behavior when the options -cs and -ncs are used.
These are for space after cast and no space after cast.
I would expect -cs to give:
(unsigned char *) ptr;
^ - space inserted
and -ncs to give:
(unsigned char *)ptr;
^ - no space inserted
Am I missing something as this does not seem to happen with version 2.2.9.
With either -cs or -ncs I am getting the first behavior, ie. with the space
inserted.
Thanks
Ian
_______________________________________________
bug-indent mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-indent