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 | 66fe4506fb008694d8c7f3e25a9d67bd2ca34215 (patch) | |
| tree | 5cfdc8e2fdb3c2651963d15ee2e502e6df5f9d39 /MokManager.c | |
| parent | dfbe823b5331662b382418f8d9d4387fa1ea87bd (diff) | |
| download | efi-boot-shim-66fe4506fb008694d8c7f3e25a9d67bd2ca34215.tar.gz efi-boot-shim-66fe4506fb008694d8c7f3e25a9d67bd2ca34215.zip | |
Fix whitespace
Diffstat (limited to 'MokManager.c')
| -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; |
