mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
qga: Delete redundant spaces
Reported-by: Euler Robot <euler.robot@huawei.com> Signed-off-by: AlexChen <alex.chen@huawei.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Michael Roth <michael.roth@amd.com>
This commit is contained in:
parent
0697e9ed29
commit
55b53dabb5
1 changed files with 2 additions and 2 deletions
|
@ -1323,7 +1323,7 @@ qmp_guest_fstrim(bool has_minimum, int64_t minimum, Error **errp)
|
||||||
DWORD char_count = 0;
|
DWORD char_count = 0;
|
||||||
char *path, *out;
|
char *path, *out;
|
||||||
GError *gerr = NULL;
|
GError *gerr = NULL;
|
||||||
gchar * argv[4];
|
gchar *argv[4];
|
||||||
|
|
||||||
GetVolumePathNamesForVolumeNameW(guid, NULL, 0, &char_count);
|
GetVolumePathNamesForVolumeNameW(guid, NULL, 0, &char_count);
|
||||||
|
|
||||||
|
@ -2174,7 +2174,7 @@ static ga_win_10_0_server_t const WIN_10_0_SERVER_VERSION_MATRIX[3] = {
|
||||||
|
|
||||||
static void ga_get_win_version(RTL_OSVERSIONINFOEXW *info, Error **errp)
|
static void ga_get_win_version(RTL_OSVERSIONINFOEXW *info, Error **errp)
|
||||||
{
|
{
|
||||||
typedef NTSTATUS(WINAPI * rtl_get_version_t)(
|
typedef NTSTATUS(WINAPI *rtl_get_version_t)(
|
||||||
RTL_OSVERSIONINFOEXW *os_version_info_ex);
|
RTL_OSVERSIONINFOEXW *os_version_info_ex);
|
||||||
|
|
||||||
info->dwOSVersionInfoSize = sizeof(RTL_OSVERSIONINFOEXW);
|
info->dwOSVersionInfoSize = sizeof(RTL_OSVERSIONINFOEXW);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue