diff --git a/README.md b/README.md index c9c34933..39a22fe9 100644 --- a/README.md +++ b/README.md @@ -135,9 +135,7 @@ int main(int, char* []) spdlog::set_async_mode(q_size); auto async_file= spd::daily_logger_st("async_file_logger", "logs/async_log.txt"); async_file->info() << "This is async log.." << "Should be very fast!"; - - - + #ifdef __linux__ // syslog example std::string ident = "spdlog-example"; diff --git a/example/example.cpp b/example/example.cpp index c5a576d7..9b8c19b2 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -74,9 +74,7 @@ int main(int, char* []) spdlog::set_async_mode(q_size); auto async_file= spd::daily_logger_st("async_file_logger", "logs/async_log.txt"); async_file->info() << "This is async log.." << "Should be very fast!"; - - - + #ifdef __linux__ // syslog example std::string ident = "spdlog-example";