From 7dbe8b65ae724ff9fc8d3d59f4c76fc4b01402bd Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 21 Mar 2020 17:41:03 -0400 Subject: Make file formatting comply with POSIX and Unix standards UTF-8, LF, no BOM, and newlines at the end of files --- drivers/unix/syslog_logger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/unix') diff --git a/drivers/unix/syslog_logger.cpp b/drivers/unix/syslog_logger.cpp index 59001f057d..dc9112bf14 100644 --- a/drivers/unix/syslog_logger.cpp +++ b/drivers/unix/syslog_logger.cpp @@ -68,4 +68,4 @@ void SyslogLogger::print_error(const char *p_function, const char *p_file, int p SyslogLogger::~SyslogLogger() { } -#endif \ No newline at end of file +#endif -- cgit v1.2.3