summaryrefslogtreecommitdiff
path: root/shared/perf.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/perf.h')
-rw-r--r--shared/perf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/perf.h b/shared/perf.h
index f62f9cc0..9bcf7882 100644
--- a/shared/perf.h
+++ b/shared/perf.h
@@ -3,7 +3,7 @@
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) *
// **************************************************************************
-//
+
#ifndef DEBUG_PERF_HEADER
#define DEBUG_PERF_HEADER
bgstack15