Skip to content

Commit 96de1c2

Browse files
header guards renamed
1 parent 8e41de2 commit 96de1c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/FEATURE_BLE/ble/generic/GenericSecurityManager.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17-
#ifndef __GENERIC_SECURITY_MANAGER_H__
18-
#define __GENERIC_SECURITY_MANAGER_H__
17+
#ifndef _GENERIC_SECURITY_MANAGER_H_
18+
#define _GENERIC_SECURITY_MANAGER_H_
1919

2020
#include "ble/pal/GapTypes.h"
2121
#include "ble/BLETypes.h"
@@ -692,4 +692,4 @@ class GenericSecurityManager : public SecurityManager,
692692
} /* namespace ble */
693693

694694

695-
#endif /*__GENERIC_SECURITY_MANAGER_H__*/
695+
#endif /*_GENERIC_SECURITY_MANAGER_H_*/

0 commit comments

Comments
 (0)