summaryrefslogtreecommitdiff
path: root/shared/guid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/guid.cpp')
-rw-r--r--shared/guid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/guid.cpp b/shared/guid.cpp
index 1580a62d..1cc304cb 100644
--- a/shared/guid.cpp
+++ b/shared/guid.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 "guid.h"
#include <boost/uuid/uuid.hpp>
bgstack15