From: John Wolfe Date: Fri, 26 Mar 2021 03:21:17 +0000 (-0700) Subject: Style change, alignment correction. X-Git-Tag: stable-11.3.0~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3694c7e9071771ccc6690a7f1473206cc21b3452;p=thirdparty%2Fopen-vm-tools.git Style change, alignment correction. --- diff --git a/open-vm-tools/lib/misc/hostinfoPosix.c b/open-vm-tools/lib/misc/hostinfoPosix.c index a595ead6e..81bce7fe2 100644 --- a/open-vm-tools/lib/misc/hostinfoPosix.c +++ b/open-vm-tools/lib/misc/hostinfoPosix.c @@ -250,7 +250,7 @@ DetailedDataField detailedDataFields[] = { #if defined(VM_ARM_ANY) { "architecture", "Arm" }, // Arm #else - { "architecture", "X86" }, // Intel/X86 + { "architecture", "X86" }, // Intel/X86 #endif { "bitness", "" }, // "32" or "64" { "buildNumber", "" }, // Present for MacOS and some Linux distros.