Fix whitespace

This commit is contained in:
Matthew Garrett 2012-10-11 09:26:16 -04:00
parent 20b954b004
commit 4a6f5c6f87

View File

@ -715,7 +715,7 @@ static INTN file_callback (void *data, void *data2) {
if (mok) {
MokNewSize = MokSize + readsize + sizeof(UINT32);
mokbuffer = AllocateZeroPool(MokNewSize);
mokbuffer = AllocateZeroPool(MokNewSize);
if (!mokbuffer)
goto out;