bug-indent
[Top][All Lists]
Advanced

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

[Bug-indent] patch for function arguments of userdefined types


From: Neeraj Sharma
Subject: [Bug-indent] patch for function arguments of userdefined types
Date: Tue, 15 Apr 2003 15:21:22 +0530

Hi,
    I am sending you patch for the following reason:-
The output for the following input
 
int
myfunc (BYTE*   var)
----------------------------------
came out as
 
int
myfunc (BYTE * var)
------------------------------------
 
instead of this
 
int
myfunc (BYTE *var)
------------------------------------
 
please find attached file
 
Regards,
Neeraj

Attachment: diffs
Description: Binary data


reply via email to

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