]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: acpiview: Remove duplicate indentation in IORT parser
authorKrzysztof Koch <krzysztof.koch@arm.com>
Fri, 28 Jun 2019 10:24:38 +0000 (18:24 +0800)
committerRay Ni <ray.ni@intel.com>
Tue, 2 Jul 2019 09:22:46 +0000 (17:22 +0800)
commit5ed3b5624f91b2738a90598ea8a9c085cfab851e
tree771e036eab8f25be20bb575ebb821b09b7dbc594
parent687546ddd5de9cf4c488d8485bbb15f62153a458
ShellPkg: acpiview: Remove duplicate indentation in IORT parser

Remove redundant whitespace characters at the beginning of the strings
describing IORT table field names.

When dumping ACPI table contents, the indentation level for printing
field names is controled using the 'Indent' argument to the 'ParseAcpi'
function. In the IORT acpiview parser, both 'Indent' and extra
whitespace characters are used for indentation, which results in
excess indentation.

Signed-off-by: Krzysztof Koch <krzysztof.koch@arm.com>
Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Iort/IortParser.c