aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/config/proposal.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/config/proposal.h')
-rw-r--r--Source/charon/config/proposal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/config/proposal.h b/Source/charon/config/proposal.h
index e25d43512..48ed4ea79 100644
--- a/Source/charon/config/proposal.h
+++ b/Source/charon/config/proposal.h
@@ -20,8 +20,8 @@
* for more details.
*/
-#ifndef _PROPOSAL_H_
-#define _PROPOSAL_H_
+#ifndef PROPOSAL_H_
+#define PROPOSAL_H_
#include <types.h>
#include <utils/identification.h>
@@ -258,4 +258,4 @@ struct proposal_t {
*/
proposal_t *proposal_create(u_int8_t number);
-#endif //_PROPOSAL_H_
+#endif /* PROPOSAL_H_ */