ShellPkg: acpiview: SRAT: Minor code style enhancements

Minor changes to the SRAT parser code to conform with the EDKII coding
style and to make it consistent with other ACPI table parsers.

Signed-off-by: Krzysztof Koch <krzysztof.koch@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
This commit is contained in:
Krzysztof Koch 2019-07-22 15:50:24 -07:00 committed by Jaben Carsey
parent e0cf5ac693
commit 748c1efd1e

View File

@ -206,6 +206,7 @@ ParseAcpiSrat (
AcpiTableLength, AcpiTableLength,
PARSER_PARAMS (SratParser) PARSER_PARAMS (SratParser)
); );
ResourcePtr = Ptr + Offset; ResourcePtr = Ptr + Offset;
while (Offset < AcpiTableLength) { while (Offset < AcpiTableLength) {