exo2: address volca review commentary

This commit is contained in:
Michael Scire
2020-06-11 19:28:38 -07:00
committed by SciresM
parent da4107996a
commit 6780b096ca
5 changed files with 8 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ namespace ams::se {
constexpr inline int Sha256HashSize = crypto::Sha256Generator::HashSize;
union Sha256Hash {
u8 bytes[Sha256HashSize / sizeof( u8)];
u8 bytes[Sha256HashSize / sizeof(u8) ];
u32 words[Sha256HashSize / sizeof(u32)];
};