mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
fix style
This commit is contained in:
parent
f043d03053
commit
6c1a7205e3
@ -370,7 +370,7 @@ uint32_t get_inode(const char * self)
|
||||
return 0;
|
||||
}
|
||||
|
||||
for (std::string line; std::getline(maps, line); )
|
||||
for (std::string line; std::getline(maps, line);)
|
||||
{
|
||||
std::stringstream ss(line); // STYLE_CHECK_ALLOW_STD_STRING_STREAM
|
||||
std::string addr, mode, offset, id, path;
|
||||
|
Loading…
Reference in New Issue
Block a user