Skip to content

Commit 03d6784

Browse files
committed
Bemanified the header guard
Signed-off-by: Ted Lyngmo <[email protected]>
1 parent 4070506 commit 03d6784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/beman/timed_lock_alg/mutex.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef TRY_LOCK_FOR_UNTIL_HPP_6FE470F4_744E_11F0_BE3A_90B11C0C0FF8
2-
#define TRY_LOCK_FOR_UNTIL_HPP_6FE470F4_744E_11F0_BE3A_90B11C0C0FF8
1+
#ifndef BEMAN_TIMED_LOCK_ALG_MUTEX_HPP
2+
#define BEMAN_TIMED_LOCK_ALG_MUTEX_HPP
33

44
#include <array>
55
#include <chrono>

0 commit comments

Comments
 (0)