pretty: avoid double negative in format_commit_item()
commit1dd14e8e934873eac6168649da4f200cda029b7b
authorRené Scharfe <l.s.r@web.de>
Fri, 7 Jul 2023 18:46:26 +0000 (7 20:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Jul 2023 19:05:42 +0000 (7 12:05 -0700)
tree48f217c3061cf16bc2e79fd30b83cedcb404ce1e
parent4416b86c6b34dad64b556bb1eb6711d5e6595a48
pretty: avoid double negative in format_commit_item()

Test for equality with no_flush, which has enough negation already.  Get
rid of the unnecessary parentheses while at it.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pretty.c