mirror of https://github.com/acidanthera/audk.git
Use better coding style.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com> Reviewed-by: "Qiu, Shumin" <shumin.qiu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16540 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3532030489
commit
5145567419
|
@ -99,7 +99,7 @@ Tpm2StartAuthSession (
|
|||
Buffer += Salt->size;
|
||||
|
||||
*(TPM_SE *)Buffer = SessionType;
|
||||
Buffer += sizeof(UINT8);
|
||||
Buffer++;
|
||||
|
||||
WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (Symmetric->algorithm));
|
||||
Buffer += sizeof(UINT16);
|
||||
|
|
Loading…
Reference in New Issue