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:
Olivier Martin 2015-04-02 11:32:32 +00:00 committed by oliviermartin
parent 4990d1c0f0
commit 88ff5ba793
2 changed files with 2 additions and 2 deletions

View File

@ -2926,4 +2926,4 @@ FindFirstCharacter(
}
}
return (String + StrLen(String));
}
}

View File

@ -370,4 +370,4 @@ LibGetSmbios64BitStructure (
*Handle = INVALID_HANDLE;
return DMI_INVALID_HANDLE;
}
}