X-Git-Url: http://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/7f00441914f5b9bd4f845a1c866da65e1946083e..HEAD:/demos/first.cocci diff --git a/demos/first.cocci b/demos/first.cocci index 1fca6fb..789c2c3 100644 --- a/demos/first.cocci +++ b/demos/first.cocci @@ -14,10 +14,10 @@ T f@p (...) {...} p << first_fct.p; @@ -if p[0].line > first && first == 0: +if p[0].line > first and first == 0: first = p[0].line else: - cocci.include_match(false) + cocci.include_match(False) @@ type T;