Apply review mark-ups

pull/3269/head
Huw Smithson 9 months ago
parent ad6bdbb67a
commit e0ac126175

@ -71,8 +71,7 @@ SPDLOG_INLINE filename_t rotating_file_sink<Mutex>::filename() {
template <typename Mutex> template <typename Mutex>
SPDLOG_INLINE void rotating_file_sink<Mutex>::rotate_now() { SPDLOG_INLINE void rotating_file_sink<Mutex>::rotate_now() {
SPDLOG_TRY { rotate_(); } rotate_();
SPDLOG_CATCH_STD
} }
template <typename Mutex> template <typename Mutex>

Loading…
Cancel
Save