cocci: simplify "if (++u > 1)" to "if (u++)"
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Oct 2018 01:10:10 +0000 (10:10 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Oct 2018 01:10:10 +0000 (10:10 +0900)
commit05b4ed6...f4e669da839892e03dad70e15d9a4cd3
treeda7c3e0...ce9309a67086e5a662acd8019e733f4fcopy hash to clipboard (tree)
parentcae598d...980661a978e2df4fb338518f7bf09572copy hash to clipboard (diff)
contrib/coccinelle/preincr.cocci [new file with mode: 0644]