summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shim.h b/shim.h
index ca325c0a..86da1323 100644
--- a/shim.h
+++ b/shim.h
@@ -6,8 +6,8 @@ INTERFACE_DECL(_SHIM_LOCK);
typedef
EFI_STATUS
(EFIAPI *EFI_SHIM_LOCK_VERIFY) (
- IN VOID *buffer;
- IN UINT32 size;
+ IN VOID *buffer,
+ IN UINT32 size
);
typedef struct _SHIM_LOCK {