Hi folks, is there a way to suppress code tabs/spaces reformatting by coccinelle?
E.g. I've got a simple semantic path like @@ void* p; type t; identifier x; @@ -t *x = (t*)p; +t *x = p; spatch producess such patches (a part of it): - WRITERAP(lp, LE_CSR0); /* LANCE Controller Status */ + WRITERAP(lp, LE_CSR0);/* LANCE Controller Status */ I don't need any reformatting, only modifications that I explicitly said to do, how can I suppress formatting changes? Thanks. _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
