diff options
author | yuraaka <[email protected]> | 2022-02-10 16:47:05 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:05 +0300 |
commit | 5577dc406121f6fb3f45b227c01f4251880193a1 (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /util/system | |
parent | 4230543261d7a38ef4dc14785ae0d45f2da43704 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system')
-rw-r--r-- | util/system/info.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/info.cpp b/util/system/info.cpp index 4fd28c28ccc..cf6681e89a9 100644 --- a/util/system/info.cpp +++ b/util/system/info.cpp @@ -75,8 +75,8 @@ size_t NSystemInfo::NumberOfCpus() { GetSystemInfo(&info); return info.dwNumberOfProcessors; -#elif defined(_SC_NPROCESSORS_ONLN) - return sysconf(_SC_NPROCESSORS_ONLN); +#elif defined(_SC_NPROCESSORS_ONLN) + return sysconf(_SC_NPROCESSORS_ONLN); #elif defined(_linux_) unsigned ret; int fd, nread, column; |