- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / tests / test7.cocci
index e9ebdd3..7ba694c 100644 (file)
@@ -3,5 +3,5 @@ expression X;
 @@
 
 - f(X);
-+ f(X,"foo");
-+ f(X,"bar");
++ f(X, "foo");
++ f(X, "bar");