From d1d123dc6aeaa88702672c181377735e1b66125f Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 22 Mar 2020 19:19:07 +0300 Subject: missing endlines --- src/render/Console.cpp | 2 +- src/render/Console.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/render') diff --git a/src/render/Console.cpp b/src/render/Console.cpp index 7f783264..d4940955 100644 --- a/src/render/Console.cpp +++ b/src/render/Console.cpp @@ -92,4 +92,4 @@ cprintf(char* format, ...) va_copy(vl2, vl1); vsprintf(s, format, vl1); TheConsole.AddLine(s, 255, 255, 128); -} \ No newline at end of file +} diff --git a/src/render/Console.h b/src/render/Console.h index 0b5702f7..c454d75e 100644 --- a/src/render/Console.h +++ b/src/render/Console.h @@ -22,4 +22,4 @@ public: void Init() { m_nCurrentLine = 0; m_nLineCount = 0; } }; -extern CConsole &TheConsole; \ No newline at end of file +extern CConsole &TheConsole; -- cgit v1.2.3