aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/include/spdlog/sinks
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-09-02 00:29:55 +0100
committerGitHub <noreply@github.com>2022-09-02 01:29:55 +0200
commitda41696db7faf3bf5e52fe63587fb142592eb37b (patch)
treec71517c2bca538215d741a47185a63390858da3c /NorthstarDLL/include/spdlog/sinks
parent9c5c0e5c670a1ebb370842649d5ca548f7225f3a (diff)
downloadNorthstarLauncher-da41696db7faf3bf5e52fe63587fb142592eb37b.tar.gz
NorthstarLauncher-da41696db7faf3bf5e52fe63587fb142592eb37b.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.h2
-rw-r--r--NorthstarDLL/include/spdlog/sinks/basic_file_sink.h2
-rw-r--r--NorthstarDLL/include/spdlog/sinks/stdout_color_sinks-inl.h2
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