On 5/8/25 22:03, Daniel P. Berrangé wrote:
QEMU code style is to have no whitespace between "*" and the arg name. Since generated trace code will soon be added to git, make it comply with code style.Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> --- scripts/tracetool/__init__.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>