mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-25 10:47:47 +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>