diff --git a/features/FEATURE_BLE/ble/generic/GenericSecurityManager.h b/features/FEATURE_BLE/ble/generic/GenericSecurityManager.h index b6b6c2bba6..b3d679d4c2 100644 --- a/features/FEATURE_BLE/ble/generic/GenericSecurityManager.h +++ b/features/FEATURE_BLE/ble/generic/GenericSecurityManager.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef __GENERIC_SECURITY_MANAGER_H__ -#define __GENERIC_SECURITY_MANAGER_H__ +#ifndef _GENERIC_SECURITY_MANAGER_H_ +#define _GENERIC_SECURITY_MANAGER_H_ #include "ble/pal/GapTypes.h" #include "ble/BLETypes.h" @@ -692,4 +692,4 @@ public: } /* namespace ble */ -#endif /*__GENERIC_SECURITY_MANAGER_H__*/ +#endif /*_GENERIC_SECURITY_MANAGER_H_*/