commit | e5792f3e779ef24f595931ef756a4075773d5311 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Feb 03 12:21:08 2025 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Feb 03 12:21:08 2025 +0100 |
tree | c5e078aff405f1b17558698142a8827dd4f5c6cf | |
parent | f983b224f8fc35adc87d67539e8d669daf7a0c34 [diff] |
s12z: use is_whitespace() Convert open-coded checks. At the same time use is_end_of_stmt() instead of open-coded checks in adjacent code. This then also fixes the prior use of a wrong cast for an array index: Plain char may, after all, be signed.