SecurityPkg/OpalPassword: Fix incorrect line ending issue.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Eric Dong 2019-03-01 10:33:57 +08:00
parent bb2c9ccb33
commit f4c5200926
1 changed files with 1 additions and 1 deletions

View File

@ -115,4 +115,4 @@ HiiDiskGetNameCB(
return Ctx->NameZ;
}
return NULL;
}
}