bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

about the bug for '-ncs'


From: ospfer
Subject: about the bug for '-ncs'
Date: Sun, 23 May 2010 11:20:00 +0800 (CST)

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'
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]