tpm2: Remove trailing space in MANUFACTURER #define

Restore the MANUFACTURER string "IBM" to what it was before commit
6dcb416ddf.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2024-06-18 12:42:03 -04:00 committed by Stefan Berger
parent 93a827aecc
commit fb5d414acb

View File

@ -68,7 +68,7 @@
#include "Platform.h"
// In this sample platform, these are compile time constants, but are not required to be.
#define MANUFACTURER "IBM "
#define MANUFACTURER "IBM"
#define VENDOR_STRING_1 "SW "
#define VENDOR_STRING_2 " TPM"
#define VENDOR_STRING_3 "\0\0\0\0"