Skip to content

Commit

Permalink
qga: Delete redundant spaces
Browse files Browse the repository at this point in the history
Reported-by: Euler Robot <[email protected]>
Signed-off-by: AlexChen <[email protected]>
Reviewed-by: Marc-André Lureau <[email protected]>
Signed-off-by: Michael Roth <[email protected]>
  • Loading branch information
AlexChen authored and mdroth committed Mar 17, 2021
1 parent 0697e9e commit 55b53da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qga/commands-win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ qmp_guest_fstrim(bool has_minimum, int64_t minimum, Error **errp)
DWORD char_count = 0;
char *path, *out;
GError *gerr = NULL;
gchar * argv[4];
gchar *argv[4];

GetVolumePathNamesForVolumeNameW(guid, NULL, 0, &char_count);

Expand Down Expand Up @@ -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)
{
typedef NTSTATUS(WINAPI * rtl_get_version_t)(
typedef NTSTATUS(WINAPI *rtl_get_version_t)(
RTL_OSVERSIONINFOEXW *os_version_info_ex);

info->dwOSVersionInfoSize = sizeof(RTL_OSVERSIONINFOEXW);
Expand Down

0 comments on commit 55b53da

Please sign in to comment.