Remove trailing whitespace

Signed-off-by: Agathiyan Bragadeesh <agathiyan.bragadeesh2@arm.com>
This commit is contained in:
Agathiyan Bragadeesh 2023-08-03 12:32:09 +01:00
parent ab329c0dfc
commit 3c963eefe2

View File

@ -107,7 +107,7 @@ INPUTS_DEFAULT = [
] ]
ADD_SUB_DATA = [ ADD_SUB_DATA = [
"0", "1", "3", "f", "fe", "ff", "100", "ff00", "0", "1", "3", "f", "fe", "ff", "100", "ff00",
"fffe", "ffff", "10000", # 2^16 - 1, 2^16, 2^16 + 1 "fffe", "ffff", "10000", # 2^16 - 1, 2^16, 2^16 + 1
"fffffffe", "ffffffff", "100000000", # 2^32 - 1, 2^32, 2^32 + 1 "fffffffe", "ffffffff", "100000000", # 2^32 - 1, 2^32, 2^32 + 1
"1f7f7f7f7f7f7f", "1f7f7f7f7f7f7f",