summaryrefslogtreecommitdiff
path: root/library/detect_renaming.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/detect_renaming.cpp')
-rw-r--r--library/detect_renaming.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/detect_renaming.cpp b/library/detect_renaming.cpp
index 0e19451c..39e7eb4b 100644
--- a/library/detect_renaming.cpp
+++ b/library/detect_renaming.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 "detect_renaming.h"
#include <map>
#include <vector>
bgstack15