diff options
author | Leif Lindholm <leif.lindholm@linaro.org> | 2019-09-18 09:22:52 +0100 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2019-10-04 11:18:22 +0100 |
commit | 280432c2fed7b60ef79937c94fd1d6009bb23181 (patch) | |
tree | 256154a04bc433501277fce8c4090e2da6b0f8bb | |
parent | c1bcb2258c1888ab237163d9a5d59f21c10650d3 (diff) | |
download | edk2-280432c2fed7b60ef79937c94fd1d6009bb23181.tar.gz edk2-280432c2fed7b60ef79937c94fd1d6009bb23181.tar.bz2 edk2-280432c2fed7b60ef79937c94fd1d6009bb23181.zip |
EmbeddedPkg: add missing newline at end of TemplateResetSystemLib.inf
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
-rw-r--r-- | EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf b/EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf index 434f4ef298..cd7a9f845d 100644 --- a/EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf +++ b/EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf @@ -27,4 +27,4 @@ [LibraryClasses]
IoLib
- DebugLib
\ No newline at end of file + DebugLib
|