brace styling

This commit is contained in:
ThePhD 2017-05-31 13:12:21 -04:00
parent d98d54896b
commit 7e09f01847
1 changed files with 2 additions and 1 deletions

View File

@ -665,7 +665,8 @@ inline void spdlog::pattern_formatter::handle_flag(char flag)
}
}
inline std::tm spdlog::pattern_formatter::get_time(details::log_msg& msg) {
inline std::tm spdlog::pattern_formatter::get_time(details::log_msg& msg)
{
if (_pattern_time == pattern_time_type::local)
return details::os::localtime(log_clock::to_time_t(msg.time));
else