From: René Scharfe Date: Mon, 10 Nov 2014 21:17:00 +0000 (+0100) Subject: run-command: use void to declare that functions take no parameters X-Git-Tag: v2.2.0-rc2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6066a7eac4b2bcdb86971783b583e4e408b32e81?hp=6066a7eac4b2bcdb86971783b583e4e408b32e81 run-command: use void to declare that functions take no parameters Explicitly declare that git_atexit_dispatch() and git_atexit_clear() take no parameters instead of leaving their parameter list empty and thus unspecified. Signed-off-by: Rene Scharfe Signed-off-by: Junio C Hamano ---