git/t/unit-tests/clar/clar
Johannes Schindelin 0fbbb2c9f5 clar: avoid using the comma operator unnecessarily
The comma operator is a somewhat obscure C feature that is often used by
mistake and can even cause unintentional code flow. In this instance, it
makes the code harder to read than necessary, too. Better use a
semicolon instead.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2025-03-28 17:38:09 -07:00
..
fixtures.h
fs.h clar: avoid using the comma operator unnecessarily 2025-03-28 17:38:09 -07:00
print.h t/unit-tests: update clar to 206accb 2024-10-21 16:53:07 -04:00
sandbox.h t/unit-tests: update clar to 206accb 2024-10-21 16:53:07 -04:00
summary.h t/unit-tests: update clar to 206accb 2024-10-21 16:53:07 -04:00