diff options
author | divankov <divankov@yandex-team.ru> | 2022-02-10 16:48:05 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:05 +0300 |
commit | 5b8d95df2f0cfca4d3f5499a4259aa2050ef1571 (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /util/system/nice.h | |
parent | cd88d7933255d8690da34c7b1f7427cf2bb3ae23 (diff) | |
download | ydb-5b8d95df2f0cfca4d3f5499a4259aa2050ef1571.tar.gz |
Restoring authorship annotation for <divankov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/nice.h')
-rw-r--r-- | util/system/nice.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/system/nice.h b/util/system/nice.h index 9d2e01331d..86b8bc5f3c 100644 --- a/util/system/nice.h +++ b/util/system/nice.h @@ -1,3 +1,3 @@ -#pragma once - -bool Nice(int prioDelta); +#pragma once + +bool Nice(int prioDelta); |