Skip to content

Commit 82e1d28

Browse files
authored
fix(ntp): align cpp17 guard macro
1 parent 83e3f49 commit 82e1d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/time_shield/ntp_time_service.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ namespace time_shield {
179179
};
180180
#endif // _TIME_SHIELD_TEST_FAKE_NTP
181181

182-
#ifndef _TIME_SHIELD_CPP17
182+
#ifndef TIME_SHIELD_CPP17
183183
#if defined(TIME_SHIELD_TEST_FAKE_NTP)
184184
using RunnerAlias = detail::FakeNtpRunner;
185185
#else
@@ -542,7 +542,7 @@ namespace time_shield {
542542
inline NtpTimeServiceT<RunnerT> NtpTimeServiceT<RunnerT>::m_instance{};
543543
#endif
544544

545-
#ifndef _TIME_SHIELD_CPP17
545+
#ifndef TIME_SHIELD_CPP17
546546
namespace detail {
547547
#if defined(TIME_SHIELD_NTP_TIME_SERVICE_DEFINE)
548548
NtpTimeServiceT<RunnerAlias> g_ntp_time_service;

0 commit comments

Comments
 (0)