fix style

This commit is contained in:
Yakov Olkhovskiy 2022-08-24 21:47:37 +00:00
parent f043d03053
commit 6c1a7205e3

View File

@ -370,7 +370,7 @@ uint32_t get_inode(const char * self)
return 0; 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::stringstream ss(line); // STYLE_CHECK_ALLOW_STD_STRING_STREAM
std::string addr, mode, offset, id, path; std::string addr, mode, offset, id, path;