mirror of https://github.com/acidanthera/audk.git
ShellPkg: Added newline at the end of source files
Some compilers (such as ARM toolchain) complain if there is no new line at the end of a source file. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17105 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4990d1c0f0
commit
88ff5ba793
|
@ -2926,4 +2926,4 @@ FindFirstCharacter(
|
|||
}
|
||||
}
|
||||
return (String + StrLen(String));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -370,4 +370,4 @@ LibGetSmbios64BitStructure (
|
|||
|
||||
*Handle = INVALID_HANDLE;
|
||||
return DMI_INVALID_HANDLE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue