diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-09-02 00:29:55 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-14 12:54:25 +0200 |
commit | c683b33bdfc38c80ce7fc00220b35a068f2fcb1e (patch) | |
tree | 9594651ce19cbe8271af4817a53551256893ca74 /NorthstarDLL/include/spdlog/sinks | |
parent | fa275ee980d3fe7c98e057144b7c4d664ee8148a (diff) | |
download | NorthstarLauncher-c683b33bdfc38c80ce7fc00220b35a068f2fcb1e.tar.gz NorthstarLauncher-c683b33bdfc38c80ce7fc00220b35a068f2fcb1e.zip |
Carry over some formatting changes from refactor (#259)
Diffstat (limited to 'NorthstarDLL/include/spdlog/sinks')
-rw-r--r-- | NorthstarDLL/include/spdlog/sinks/android_sink.h | 2 | ||||
-rw-r--r-- | NorthstarDLL/include/spdlog/sinks/basic_file_sink.h | 2 | ||||
-rw-r--r-- | NorthstarDLL/include/spdlog/sinks/stdout_color_sinks-inl.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/NorthstarDLL/include/spdlog/sinks/android_sink.h b/NorthstarDLL/include/spdlog/sinks/android_sink.h index 9686adff..659beabb 100644 --- a/NorthstarDLL/include/spdlog/sinks/android_sink.h +++ b/NorthstarDLL/include/spdlog/sinks/android_sink.h @@ -116,4 +116,4 @@ inline std::shared_ptr<logger> android_logger_st(const std::string &logger_name, } // namespace spdlog -#endif // __ANDROID__
\ No newline at end of file +#endif // __ANDROID__ diff --git a/NorthstarDLL/include/spdlog/sinks/basic_file_sink.h b/NorthstarDLL/include/spdlog/sinks/basic_file_sink.h index 0ab9a4a1..4a742624 100644 --- a/NorthstarDLL/include/spdlog/sinks/basic_file_sink.h +++ b/NorthstarDLL/include/spdlog/sinks/basic_file_sink.h @@ -55,4 +55,4 @@ inline std::shared_ptr<logger> basic_logger_st(const std::string &logger_name, c #ifdef SPDLOG_HEADER_ONLY #include "basic_file_sink-inl.h" -#endif
\ No newline at end of file +#endif diff --git a/NorthstarDLL/include/spdlog/sinks/stdout_color_sinks-inl.h b/NorthstarDLL/include/spdlog/sinks/stdout_color_sinks-inl.h index 653aca80..935f1ccc 100644 --- a/NorthstarDLL/include/spdlog/sinks/stdout_color_sinks-inl.h +++ b/NorthstarDLL/include/spdlog/sinks/stdout_color_sinks-inl.h @@ -35,4 +35,4 @@ SPDLOG_INLINE std::shared_ptr<logger> stderr_color_st(const std::string &logger_ { return Factory::template create<sinks::stderr_color_sink_st>(logger_name, mode); } -} // namespace spdlog
\ No newline at end of file +} // namespace spdlog |