summaryrefslogtreecommitdiff
path: root/shared/standard_paths.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/standard_paths.cpp')
-rw-r--r--shared/standard_paths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/standard_paths.cpp b/shared/standard_paths.cpp
index 928dedcc..c2d79516 100644
--- a/shared/standard_paths.cpp
+++ b/shared/standard_paths.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 "standard_paths.h"
#include <wx/stdpaths.h>
#include "string_conv.h"
bgstack15