]> www.infradead.org Git - users/dwmw2/qemu.git/commit
qga/commands-win32: Declare const qualifier before type
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 4 Mar 2024 13:45:30 +0000 (15:45 +0200)
committerKonstantin Kostiuk <kkostiuk@redhat.com>
Mon, 11 Mar 2024 16:03:31 +0000 (18:03 +0200)
commit68bc26717ebf7b7b02f0a0984c78741aede623e1
treea075441511c29eef189deb13e9feccb3e31a2b4f
parent7489f7f3f81dcb776df8c1b9a9db281fc21bf05f
qga/commands-win32: Declare const qualifier before type

Most of the code base use the 'const' qualifier *before*
the type being qualified. Use the same style to unify.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240222152835.72095-2-philmd@linaro.org>
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Reviewed-by: Yan Vugenfirer <yvugenfi@redhat.com>
Link: https://lore.kernel.org/r/20240304134532.28506-2-kkostiuk@redhat.com
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
qga/commands-win32.c