summaryrefslogtreecommitdiff
path: root/shared/debug_new.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/debug_new.cpp')
-rw-r--r--shared/debug_new.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/debug_new.cpp b/shared/debug_new.cpp
index a7324239..23a26a4e 100644
--- a/shared/debug_new.cpp
+++ b/shared/debug_new.cpp
@@ -3,7 +3,7 @@
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) *
// **************************************************************************
-//
+
#include "debug_new.h"
#ifdef _MSC_VER
bgstack15