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())