Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / test9.cocci
index efdeb3c..dae02c9 100644 (file)
@@ -8,6 +8,6 @@ expression X,Y;
    f(X);
    ...
 -  h(Y);
-+  h(X,Y); 
++  h(X, Y); 
    ...
  }