On Thu, Mar 13, 2025 at 03:57:37PM +0000, Daniel P. Berrangé wrote:
Introduce a new ninja target
ninja -C build regen-{PROTO}
eg
ninja -C build regen-admin_protocol
that will re-create the reference output file based on what the
current pdwtags command emits. A small change is made to squash
whitespace on enum declarations so that introducing a new longer
enum name dosn't trigger re-indent of all existing enum names.
s/dos/does/
Reviewed-by: Martin Kletzander <mkletzan(a)redhat.com>