diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-01-24 05:28:11 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-01-24 05:28:11 +0000 |
commit | 8336fd87df501f8bb26c47d4f216710fc9420ebd (patch) | |
tree | fdf88b6fbbae3c28ccd2f84aa179c5d6a53b5ecf /MdePkg | |
parent | 57069be8fba60f26e1ca5f056e995e348e2ad2f8 (diff) | |
download | edk2-platforms-8336fd87df501f8bb26c47d4f216710fc9420ebd.tar.xz |
Add a new line at the end of CpuLib.h for GCC build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4621 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Library/CpuLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/CpuLib.h b/MdePkg/Include/Library/CpuLib.h index 5ac8ee7179..043c727c72 100644 --- a/MdePkg/Include/Library/CpuLib.h +++ b/MdePkg/Include/Library/CpuLib.h @@ -57,4 +57,4 @@ CpuFlushTlb ( ); -#endif
\ No newline at end of file +#endif
|