commit | 4d3ebda16d2baa84bcc79d5481ed8f65bfee2679 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Feb 03 12:03:07 2025 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Feb 03 12:03:07 2025 +0100 |
tree | 7f578dccf844f8c95257c2c19d0519431da36f88 | |
parent | d99c62deef0ea5d579486448716022e820c6c377 [diff] |
kvx: use is_whitespace() Wherever blanks are permissible in input, tabs ought to be permissible, too. This is particularly relevant when -f is passed to gas (alongside appropriate input). Also convert open-coded checks where tabs were already included. At the same time use is_end_of_stmt() instead of open- coded checks in adjacent code.