From 66fe4506fb008694d8c7f3e25a9d67bd2ca34215 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Thu, 11 Oct 2012 09:26:16 -0400 Subject: Fix whitespace --- MokManager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MokManager.c') 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; -- cgit v1.2.3