summaryrefslogtreecommitdiff
path: root/src/bench.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench.h')
-rw-r--r--src/bench.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/bench.h b/src/bench.h
index 13d8aa4..bbea2c6 100644
--- a/src/bench.h
+++ b/src/bench.h
@@ -1,5 +1,6 @@
-#ifndef __BENCH_H__
-#define __BENCH_H__
+#ifndef CMARK_BENCH_H
+#define CMARK_BENCH_H
+
#include <stdio.h>
#include <time.h>
@@ -22,4 +23,5 @@ float _cmark_save_time;
#define start_timer()
#define end_timer(M)
#endif
+
#endif