bug-indent
[Top][All Lists]
Advanced

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

[Bug-indent] Break up of array initialization


From: aniruddha a
Subject: [Bug-indent] Break up of array initialization
Date: Wed, 04 Aug 2004 05:29:17 -0000

The code:
 
char  ncmdcpy[80] = {0}, tcmdcpy[80] = {0};
 
gets indented as 
 
char  ncmdcpy[80] = { 0 }, tcmdcpy[80] =
{
0};
 
Is there any method do avoid the initialization breaking up into multiple lines.
I am using indent 2.2.9.
I used the options
-bap -bap -cdb -sc -cs -bs -ppi 3 -l79 -nut -pmt


                
---------------------------------
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!


reply via email to

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