summaryrefslogtreecommitdiff
path: root/src/utils/perfstat.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-09 03:22:44 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-09 03:22:44 +0300
commit27ccf1fb1fc7bf587cace186c18fbbcf3141b548 (patch)
tree8080855f080db6e27d2474e22244d6f6d649ae0d /src/utils/perfstat.h
parenta53db3f4c7ae5424774f59a9244edee11ea3c096 (diff)
downloadplus-27ccf1fb1fc7bf587cace186c18fbbcf3141b548.tar.gz
plus-27ccf1fb1fc7bf587cace186c18fbbcf3141b548.tar.bz2
plus-27ccf1fb1fc7bf587cace186c18fbbcf3141b548.tar.xz
plus-27ccf1fb1fc7bf587cace186c18fbbcf3141b548.zip
Fix style issues detected by clang tidy.
Diffstat (limited to 'src/utils/perfstat.h')
-rw-r--r--src/utils/perfstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/perfstat.h b/src/utils/perfstat.h
index 95a3333f6..d1928b774 100644
--- a/src/utils/perfstat.h
+++ b/src/utils/perfstat.h
@@ -46,7 +46,7 @@ namespace Perf
int getTime(const size_t frameId,
const size_t counterId);
int getWorstTime(const size_t counterId);
-}
+} // namespace Perf
extern PerfStats perfStats[PERFSTAT_MAX];
extern size_t perfFrameId;