Fix coding style problem in RngDxe driver.

Signed-off-by: Long, Qin <qin.long@intel.com>
Reviewed-by: Fu, Siyuan <siyuan.fu@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14878 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Long, Qin
2013-11-21 09:02:33 +00:00
committed by sfu5
parent 5cdb96fa0d
commit b6023fb17d
3 changed files with 83 additions and 141 deletions

View File

@ -103,6 +103,9 @@ UefiMain (
//
RandSize = 32;
Rand = AllocatePool (RandSize);
if (Rand == NULL) {
goto Exit;
}
//
// RNG with default algorithm