]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common source file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Tue, 22 Aug 2023 18:11:42 +0000 (11:11 -0700)
committerKaty Feng <fkaty@vmware.com>
Tue, 22 Aug 2023 18:11:42 +0000 (11:11 -0700)
open-vm-tools/services/plugins/vmbackup/stateMachine.c

index 3f3119b9a6dc56165261680bcaa38f431bae2d39..49051098f4dd3fd1e9e96b159c6b3098997a223d 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (c) 2007-2021 VMware, Inc. All rights reserved.
+ * Copyright (c) 2007-2021, 2023 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -1506,7 +1506,7 @@ VmBackupCapabilities(gpointer src,
    g_debug("%s - vmbackup NVMe feature is %s\n", __FUNCTION__,
            enableNVMe ? "enabled" : "disabled");
 
-   caps[0].value =  enableNVMe && set ? 1 : 0;
+   caps[0].value = enableNVMe && set ? 1 : 0;
 
    return VMTools_WrapArray(caps, sizeof *caps, ARRAYSIZE(caps));
 }