From 477fbc70f8e2e93c960f4ce28d32ef872787c125 Mon Sep 17 00:00:00 2001 From: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com> Date: Thu, 25 Jun 2020 23:46:18 +0300 Subject: [PATCH] Update AsynchronousMetrics.cpp --- src/Interpreters/AsynchronousMetrics.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Interpreters/AsynchronousMetrics.cpp b/src/Interpreters/AsynchronousMetrics.cpp index 1dfdaa298b7..57cc9bce2b8 100644 --- a/src/Interpreters/AsynchronousMetrics.cpp +++ b/src/Interpreters/AsynchronousMetrics.cpp @@ -332,8 +332,8 @@ void AsynchronousMetrics::update() ReadBufferFromFile buf("/proc/cpuinfo"); // We need the following lines: - // core id : 4 - // cpu MHz : 4052.941 + // core id : 4 + // cpu MHz : 4052.941 // They contain tabs and are interspersed with other info. int core_id = 0; while (!buf.eof())