mirror of
https://github.com/Dasharo/edk2.git
synced 2026-06-13 10:16:24 -07:00
44a3048c7c
Most calls to ShellPrintEx() and ShellPrintHiiEx() are done using the default optional value for the: - location, through the column/row arguments - language Create aliases that automatically populate the col, row and language optional parameters with their default value. This helps to reduce: - the information to read/understand by users - the code size No functional change is introduced. Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>