diff options
author | Leif Lindholm <leif.lindholm@linaro.org> | 2019-09-19 13:04:40 +0100 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2019-10-04 11:18:32 +0100 |
commit | 89c2e2b1d3cdf32a40d61fb15494a3d8f8dabc50 (patch) | |
tree | 87afe4c54af03ebd9090a7e6cf88bae1bad1d686 /EmulatorPkg | |
parent | 0deca401f018f99e4a948334b098259d156600a7 (diff) | |
download | edk2-89c2e2b1d3cdf32a40d61fb15494a3d8f8dabc50.tar.gz edk2-89c2e2b1d3cdf32a40d61fb15494a3d8f8dabc50.tar.bz2 edk2-89c2e2b1d3cdf32a40d61fb15494a3d8f8dabc50.zip |
EmulatorPkg: strip trailing whitespace
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Diffstat (limited to 'EmulatorPkg')
-rw-r--r-- | EmulatorPkg/Readme.md | 4 |
1 files 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`
|