diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2025-03-27 11:52:56 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-03-28 17:38:09 -0700 |
commit | 22542b6f9ef24d1058b01d7e9f837607728de710 (patch) | |
tree | 46385c2b866a22528752bd836056c8a3453cc23b /compat/regex/regex_internal.c | |
parent | 38c696d66b9d3a8f4f3363cc4254dd130723f396 (diff) |
kwset: 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. 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>
Diffstat (limited to 'compat/regex/regex_internal.c')
0 files changed, 0 insertions, 0 deletions