The problem should be fixed. It's a little bit curious that you put newlines in the semantic patch that you don't want to see in the code. In some cases, Coccinelle takes those newlines as hints for how to format the resulting code. But now for parameter lists (and argument lists) it will never put a newline before the final ).
The fix is available in github. If you have any problem in compiling, with respect to python, do make distclean; ./autogen; ./configure before doing make. Thanks for the report. julia _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
