mirror of
https://github.com/acidanthera/audk.git
synced 2025-08-23 02:28:08 +02:00
Move local variable init to C statements to follow coding standard and remove the use of field names in structure initialization to maximize compiler compatibility. This issue was introduced by PR #6185 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>