clang-format

This commit is contained in:
gabime 2020-03-15 17:16:28 +02:00
parent 683080be53
commit f31a834613

View File

@ -155,7 +155,6 @@ struct formatter<spdlog::details::dump_info<T>>
auto pc = static_cast<unsigned char>(*j); auto pc = static_cast<unsigned char>(*j);
*inserter++ = std::isprint(pc) ? static_cast<char>(*j) : '.'; *inserter++ = std::isprint(pc) ? static_cast<char>(*j) : '.';
} }
} }
put_newline(inserter, static_cast<size_t>(i - the_range.begin())); put_newline(inserter, static_cast<size_t>(i - the_range.begin()));