Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2020-04-10 15:35:58 +0300
committergabime <gmelman1@gmail.com>2020-04-10 15:35:58 +0300
commita8169a3d6ba52773d82c324b3c73dd05391828a5 (patch)
tree9db5048c164029d3ed49174361916b6dc06e9513 /include/spdlog/cfg/argv.h
parent9ba7fc94a555fce4a17b9391eaa84c6351399f72 (diff)
clang-format
Diffstat (limited to 'include/spdlog/cfg/argv.h')
-rw-r--r--include/spdlog/cfg/argv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spdlog/cfg/argv.h b/include/spdlog/cfg/argv.h
index 6d71864e..82bc1835 100644
--- a/include/spdlog/cfg/argv.h
+++ b/include/spdlog/cfg/argv.h
@@ -38,7 +38,7 @@ void load_argv_levels(int argc, const char **argv)
void load_argv_levels(int argc, char **argv)
{
- load_argv_levels(argc, const_cast<const char**>(argv));
+ load_argv_levels(argc, const_cast<const char **>(argv));
}
} // namespace cfg