diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2025-03-27 11:52:55 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-03-28 17:38:08 -0700 |
commit | 38c696d66b9d3a8f4f3363cc4254dd130723f396 (patch) | |
tree | f9a19bcbc39144a3757332c6a311d8bb3f4260c5 /compat/regex/regexec.c | |
parent | f569065fc4ea047e1b2b0d50d2a59d9987a050b3 (diff) |
rebase: 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/regexec.c')
0 files changed, 0 insertions, 0 deletions