Expected behavior for -cs and -ncs
Ian Carvalho <[email protected]>
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <[email protected]> |
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