mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
keep clang-tidy happy
This commit is contained in:
@@ -188,8 +188,8 @@ using filename_t = std::string;
|
|||||||
struct source_loc
|
struct source_loc
|
||||||
{
|
{
|
||||||
SPDLOG_CONSTEXPR source_loc()
|
SPDLOG_CONSTEXPR source_loc()
|
||||||
: filename("")
|
: filename{""}
|
||||||
, line(0)
|
, line{0}
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
SPDLOG_CONSTEXPR source_loc(const char *filename, int line)
|
SPDLOG_CONSTEXPR source_loc(const char *filename, int line)
|
||||||
|
Reference in New Issue
Block a user