Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / a_and_e.cocci
index b3b1e6f..8e0f0d8 100644 (file)
@@ -3,6 +3,6 @@ expression X, Y;
 @@
 
   g();
-+ f(Y,0);
++ f(Y, 0);
   ...
   f(X,Y);