From 1f1ec4cea8561d72734a56a76dc63a5c879bc994 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 23 Oct 2017 14:26:28 -0400 Subject: Make sure all of our include files have proper guards. ... and make them all the same formatting too. Signed-off-by: Peter Jones --- include/security_policy.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/security_policy.h') diff --git a/include/security_policy.h b/include/security_policy.h index 7854db11..7cfbfd03 100644 --- a/include/security_policy.h +++ b/include/security_policy.h @@ -1,5 +1,5 @@ -#ifndef _SHIM_LIB_SECURITY_POLICY_H -#define _SHIM_LIB_SECURITY_POLICY_H 1 +#ifndef SHIM_SECURITY_POLICY_H +#define SHIM_SECURITY_POLICY_H #if defined(OVERRIDE_SECURITY_POLICY) typedef EFI_STATUS (*SecurityHook) (void *data, UINT32 len); @@ -12,4 +12,4 @@ void security_protocol_set_hashes(unsigned char *esl, int len); #endif /* OVERRIDE_SECURITY_POLICY */ -#endif /* SHIM_LIB_SECURITY_POLICY_H */ +#endif /* SHIM_SECURITY_POLICY_H */ -- cgit v1.2.3