Hello Julia, sorry for the delay, here is the whitespace regression though it affects only --smpl-spacing
foo.cocci:
@@
expression e1, e2;
@@
- e1 = e2
+ c = d
foo.c:
void foo(void)
{
int a, b;
b = a;
}
spatch --smpl-spacing foo.cocci foo.c
gives:
- b = a;
+ c=d;
bye
michael
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci
