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.comx>2021-11-17 00:44:35 +0300
committergabime <gmelman1@gmail.comx>2021-11-17 00:44:35 +0300
commitdc030ec53ce9e4005156049ffb065edcca2fb2f7 (patch)
tree71b95127724de47aed68e799b3291db5ba482050 /include/spdlog/stopwatch.h
parent1756c5d37f657924b04598d62ddd796865ebfb28 (diff)
clang-format
Diffstat (limited to 'include/spdlog/stopwatch.h')
-rw-r--r--include/spdlog/stopwatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spdlog/stopwatch.h b/include/spdlog/stopwatch.h
index a1542b2d..4e62259b 100644
--- a/include/spdlog/stopwatch.h
+++ b/include/spdlog/stopwatch.h
@@ -65,4 +65,4 @@ struct formatter<spdlog::stopwatch> : formatter<double>
return formatter<double>::format(sw.elapsed().count(), ctx);
}
};
-} // namespace fmt/std
+} // namespace std