Problem: formatting errors

Solution: apply clang-format-diff
This commit is contained in:
Luca Boccassi 2020-08-15 12:26:14 +01:00
parent 1668432894
commit 110551d5df

View File

@ -238,7 +238,7 @@ uint64_t zmq::clock_t::rdtsc ()
{
#if (defined _MSC_VER && (defined _M_IX86 || defined _M_X64))
return __rdtsc ();
#elif defined(_MSC_VER) && defined(_M_ARM) // NC => added for windows ARM
#elif defined(_MSC_VER) && defined(_M_ARM) // NC => added for windows ARM
return __rdpmccntr64 ();
#elif defined(_MSC_VER) && defined(_M_ARM64) // NC => added for windows ARM64
//return __rdpmccntr64 ();