summaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/logger/file.cpp')
-rw-r--r--library/cpp/logger/file.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/logger/file.cpp b/library/cpp/logger/file.cpp
index 15a4946edac..e7cef960f31 100644
--- a/library/cpp/logger/file.cpp
+++ b/library/cpp/logger/file.cpp
@@ -52,8 +52,8 @@ void TFileLogBackend::WriteData(const TLogRecord& rec) {
}
void TFileLogBackend::ReopenLog() {
- TAtomicSharedPtr<TImpl> copy = Impl_;
- if (copy) {
- copy->ReopenLog();
- }
+ TAtomicSharedPtr<TImpl> copy = Impl_;
+ if (copy) {
+ copy->ReopenLog();
+ }
}