Commit 1ad6ef21 authored by Juho Snellman's avatar Juho Snellman

Style; remove leading underscore from #define name

- Reported by elfring, github issue #1
parent fab654db
......@@ -82,8 +82,8 @@
// int count_ = 0;
// };
#ifndef _TIMER_WHEEL_H
#define _TIMER_WHEEL_H
#ifndef RATAS_TIMER_WHEEL_H
#define RATAS_TIMER_WHEEL_H
#include <cassert>
#include <cmath>
......@@ -532,4 +532,4 @@ Tick TimerWheel::ticks_to_next_event(Tick max, int level) {
return max;
}
#endif // _TIMER_WHEEL_H
#endif // RATAS_TIMER_WHEEL_H
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment