diff --git a/include/spdlog/fmt/bin_to_hex.h b/include/spdlog/fmt/bin_to_hex.h index 47fec05b..6099997b 100644 --- a/include/spdlog/fmt/bin_to_hex.h +++ b/include/spdlog/fmt/bin_to_hex.h @@ -234,10 +234,7 @@ struct formatter, char> template void put_newline(It inserter, std::size_t pos) { -#ifdef _WIN32 - *inserter++ = '\r'; -#endif - *inserter++ = '\n'; + *inserter++ = '\n'; if (put_positions) {