Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Jul 20, 2021
1 parent 8de6cda commit db1bc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spdlog/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class SPDLOG_API logger
err_handler custom_err_handler_{nullptr};
details::backtracer tracer_;

// common implementation for after templated public api has been resolved
// common implementation for after templated public api has been resolved
template<typename FormatString, typename... Args, typename Char = fmt::char_t<FormatString>,
typename std::enable_if<!std::is_same<Char, wchar_t>::value, Char>::type * = nullptr>
void log_(source_loc loc, level::level_enum lvl, const FormatString &fmt, Args &&...args)
Expand Down

0 comments on commit db1bc03

Please sign in to comment.