aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormydesktop <dev.mc2@gmail.com>2014-04-30 16:50:06 -0400
committermydesktop <dev.mc2@gmail.com>2014-04-30 16:50:06 -0400
commit79a4bedc3669dfd3a3845e78ede144b5d7be7d1c (patch)
treeb34d971740ab96625267b6d2fd3f03fa6ac81977 /tests
parentvarious fixes to allow mac osx compilation (diff)
downloadmonero-79a4bedc3669dfd3a3845e78ede144b5d7be7d1c.tar.xz
mac osx building fixes
Diffstat (limited to 'tests')
-rw-r--r--tests/performance_tests/performance_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance_tests/performance_utils.h b/tests/performance_tests/performance_utils.h
index 45ca5b27b..fe1e1c7cd 100644
--- a/tests/performance_tests/performance_utils.h
+++ b/tests/performance_tests/performance_utils.h
@@ -14,7 +14,7 @@
void set_process_affinity(int core)
{
-#if defined (__APPLE__)
+#if defined(__APPLE__)
return;
#elif defined(BOOST_WINDOWS)
DWORD_PTR mask = 1;