From 89c2e2b1d3cdf32a40d61fb15494a3d8f8dabc50 Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Thu, 19 Sep 2019 13:04:40 +0100 Subject: [PATCH] EmulatorPkg: strip trailing whitespace Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Leif Lindholm Reviewed-by: Ray Ni Reviewed-by: Philippe Mathieu-Daude --- EmulatorPkg/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EmulatorPkg/Readme.md b/EmulatorPkg/Readme.md index 5ea61ca7ab..0c2eea6a9a 100644 --- a/EmulatorPkg/Readme.md +++ b/EmulatorPkg/Readme.md @@ -57,12 +57,12 @@ emulator.** For example, to build + run: -`$ EmulatorPkg/build.sh` +`$ EmulatorPkg/build.sh` `$ EmulatorPkg/build.sh run` The build architecture will match your host machine's architecture. On X64 host machines, you can build + run IA32 mode as well: -`$ EmulatorPkg/build.sh -a IA32` +`$ EmulatorPkg/build.sh -a IA32` `$ EmulatorPkg/build.sh -a IA32 run` -- 2.39.2