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

Reply via email to