mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
4c2328b723
Whitespace around `TupleList` elements can lead to errors while parsing the contained `Tuple` keys and values. In some cases, whitespace in input can lead to different parsing results for semantically identical keys or values, e.g. "id1" and "id1 ". We therefore trim whitespace from `TupleList` elements. Signed-off-by: Pascal Scholz <pascal.scholz@cyberus-technology.de> On-behalf-of: SAP pascal.scholz@sap.com