diff options
| author | Matthew Garrett <mjg@redhat.com> | 2012-10-11 09:26:16 -0400 |
|---|---|---|
| committer | Matthew Garrett <mjg@redhat.com> | 2012-10-11 09:26:16 -0400 |
| commit | 4a6f5c6f87fa1ab6f074325a58d0ae5e1c10d721 (patch) | |
| tree | 5cfdc8e2fdb3c2651963d15ee2e502e6df5f9d39 | |
| parent | 20b954b004b4fbddeaddd932744e6fe26350a1cc (diff) | |
| download | efi-boot-shim-4a6f5c6f87fa1ab6f074325a58d0ae5e1c10d721.tar.gz efi-boot-shim-4a6f5c6f87fa1ab6f074325a58d0ae5e1c10d721.zip | |
Fix whitespace
| -rw-r--r-- | MokManager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MokManager.c b/MokManager.c index b6aedd65..86178fcc 100644 --- a/MokManager.c +++ b/MokManager.c @@ -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; |
