about the bug for '-ncs'
ospfer <[email protected]> Sun, 23 May 2010 11:20:00 +0800 (CST)
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <[email protected]> |
In the follow case, the '-ncs' do not useful.
//// test.c ////////////
#define unsigned long ULONG
void main()
{
...
b = (ULONG)a;
}
when run "indent.exe -ncs -npcs test.c"
it's will put a space after "(ULONG)"
b = (ULONG)a; // ----> b = (ULONG)_a;
=========================================
Plz help me, How can i make the space not be putted when use '-ncs'
_______________________________________________
bug-indent mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-indent