Commit 8b6df31e authored by Artem Martynovich's avatar Artem Martynovich

Revert to original formatting.

parent 0e5c4b9d
...@@ -141,11 +141,11 @@ private: ...@@ -141,11 +141,11 @@ private:
} }
_file_helper.reopen(true); _file_helper.reopen(true);
} }
tstring _base_filename, tstring _base_filename;
_extension; tstring _extension;
std::size_t _max_size, std::size_t _max_size;
_max_files, std::size_t _max_files;
_current_size; std::size_t _current_size;
details::file_helper _file_helper; details::file_helper _file_helper;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment