mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
Delete extra whitespaces
This commit is contained in:
parent
6bf0840562
commit
7d1524561e
@ -236,7 +236,7 @@ void AsynchronousMetrics::update()
|
||||
}
|
||||
#endif
|
||||
|
||||
/// Process memory information according to OS
|
||||
/// Process memory information according to OS
|
||||
#if defined(OS_LINUX)
|
||||
{
|
||||
MemoryInfoOS::Data data = memory_info.get();
|
||||
@ -252,7 +252,7 @@ void AsynchronousMetrics::update()
|
||||
}
|
||||
#endif
|
||||
|
||||
/// Process processor usage according to OS
|
||||
/// Process processor usage according to OS
|
||||
#if defined(OS_LINUX)
|
||||
{
|
||||
ProcessorStatisticsOS::Data data = proc_stat.get();
|
||||
@ -280,7 +280,7 @@ void AsynchronousMetrics::update()
|
||||
}
|
||||
#endif
|
||||
|
||||
/// Process disk usage according to OS
|
||||
/// Process disk usage according to OS
|
||||
#if defined(OS_LINUX)
|
||||
{
|
||||
DiskStatisticsOS::Data data = disk_stat.get();
|
||||
|
Loading…
Reference in New Issue
Block a user