]> granicus.if.org Git - git/commit
Merge branch 'jc/cocci-preincr'
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2018 06:43:48 +0000 (15:43 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2018 06:43:48 +0000 (15:43 +0900)
commitda3e0752cdfe7ae535b4e740f162f1e4926d4201
tree6c2f666dc5962b86db4ffe24532f06870b57ba4f
parent67224b7b5a51223e933467204d077c658b367b42
parentb84c7838829f997e0a0028b678b7ae8f7a21cc62
Merge branch 'jc/cocci-preincr'

Code cleanup.

* jc/cocci-preincr:
  fsck: s/++i > 1/i++/
  cocci: simplify "if (++u > 1)" to "if (u++)"
fsck.c