summaryrefslogtreecommitdiff
path: root/tools/cert_create/include/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cert_create/include/debug.h')
-rw-r--r--tools/cert_create/include/debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/cert_create/include/debug.h b/tools/cert_create/include/debug.h
index 6302b413..ee8f1f51 100644
--- a/tools/cert_create/include/debug.h
+++ b/tools/cert_create/include/debug.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __DEBUG_H__
-#define __DEBUG_H__
+#ifndef DEBUG_H
+#define DEBUG_H
#include <stdio.h>
@@ -56,4 +56,4 @@
# define VERBOSE(...)
#endif
-#endif /* __DEBUG_H__ */
+#endif /* DEBUG_H */