]> git.ipfire.org Git - thirdparty/git.git/commit
compat/posix.h: clean up GIT_GNUC_PREREQ() and UNUSED
authorDominik Loidolt <dominik.loidolt@univie.ac.at>
Sat, 13 Jun 2026 12:27:10 +0000 (14:27 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 13 Jun 2026 15:45:26 +0000 (08:45 -0700)
commitffd45926dcb18337b7897bd96d8b1b14acec2359
treeb190dc77a5ae401557c2890fb0dcd3b24254dea9
parent689dc92e501e25ae1ed67410ff51b4359a4f5c3c
compat/posix.h: clean up GIT_GNUC_PREREQ() and UNUSED

Fix the preprocessor indentation of the GIT_GNUC_PREREQ() and UNUSED
macros according to the CodingGuidelines, without changing their
behavior.

Adjust the spelling in the GIT_GNUC_PREREQ() comment block.

Signed-off-by: Dominik Loidolt <dominik.loidolt@univie.ac.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/posix.h