From 351821c1f18f9285be58df0a05339936311f6490 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 12 Apr 2013 18:39:00 +0300 Subject: first part of style fixed after cpplint checks. --- src/utils/perfomance.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/utils/perfomance.cpp') diff --git a/src/utils/perfomance.cpp b/src/utils/perfomance.cpp index c73b271c0..6f4d128cc 100644 --- a/src/utils/perfomance.cpp +++ b/src/utils/perfomance.cpp @@ -36,7 +36,6 @@ #include "debug.h" -//static const clockid_t clockType = CLOCK_PROCESS_CPUTIME_ID; static const clockid_t clockType = CLOCK_MONOTONIC; #define timeData ((static_cast(time.tv_sec) * 1000000000LL \ @@ -81,6 +80,6 @@ namespace Perfomance clock_gettime(clockType, &time); file << (timeData - startTime) << " end: " << name << std::endl; } -} +} // namespace Perfomance #endif -- cgit v1.2.3-60-g2f50