Apply review mark-ups
This commit is contained in:
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…
Reference in New Issue
Block a user