From 82aebd59872d5d59327c73fe4c52dbef312bbef9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 9 Sep 2018 03:57:07 +0300 Subject: Fix code style. --- src/const/utils/perfstat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/const') diff --git a/src/const/utils/perfstat.h b/src/const/utils/perfstat.h index fac9f7382..48ca611af 100644 --- a/src/const/utils/perfstat.h +++ b/src/const/utils/perfstat.h @@ -23,8 +23,8 @@ #include "localconsts.h" -static const int PERFSTAT_MAX = 120; -static const int PERFSTAT_LAST_STAT = 13; -static const int PERFSTAT_FPS_STAT = 12; +static const size_t PERFSTAT_MAX = 120U; +static const size_t PERFSTAT_LAST_STAT = 13U; +static const size_t PERFSTAT_FPS_STAT = 12U; #endif // CONST_UTILS_PERFSTAT_H -- cgit v1.2.3-60-g2f50