Accidentally commented out closing bracket in class definition.

This commit is contained in:
Michael Müller
2022-07-06 18:07:32 +02:00
parent ef10d02112
commit 25bd355d2f

View File

@@ -15,7 +15,7 @@ public:
/** /**
* @return Core where the caller is running. * @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. * Reads the NUMA region identifier of the given core.