summaryrefslogtreecommitdiff
path: root/compat/regex/regex_internal.c
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2025-03-27 11:52:56 +0000
committerJunio C Hamano <gitster@pobox.com>2025-03-28 17:38:09 -0700
commit22542b6f9ef24d1058b01d7e9f837607728de710 (patch)
tree46385c2b866a22528752bd836056c8a3453cc23b /compat/regex/regex_internal.c
parent38c696d66b9d3a8f4f3363cc4254dd130723f396 (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