summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Debug.cpp2
-rw-r--r--src/core/Debug.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Debug.cpp b/src/core/Debug.cpp
index 1bd353d3..b80e9959 100644
--- a/src/core/Debug.cpp
+++ b/src/core/Debug.cpp
@@ -9,4 +9,4 @@ void CDebug::DebugInitTextBuffer()
void CDebug::DebugDisplayTextBuffer()
{
-} \ No newline at end of file
+}
diff --git a/src/core/Debug.h b/src/core/Debug.h
index daee2e2a..395f66af 100644
--- a/src/core/Debug.h
+++ b/src/core/Debug.h
@@ -8,4 +8,4 @@ public:
static void DebugInitTextBuffer();
static void DebugDisplayTextBuffer();
-}; \ No newline at end of file
+};