From 25bd355d2f51a17102b9244f6fa3c4ae039532a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Wed, 6 Jul 2022 18:07:32 +0200 Subject: [PATCH] Accidentally commented out closing bracket in class definition. --- src/mx/system/topology.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mx/system/topology.h b/src/mx/system/topology.h index dd0de69..fcdbb6d 100644 --- a/src/mx/system/topology.h +++ b/src/mx/system/topology.h @@ -15,7 +15,7 @@ public: /** * @return Core where the caller is running. */ - static std::uint16_t core_id() { return std::uint16_t(0); // no way of getting CPU id yet } + static std::uint16_t core_id() { return std::uint16_t(0); } // no way of getting CPU id yet } /** * Reads the NUMA region identifier of the given core.