diff options
Diffstat (limited to 'Swiften/Crypto/Hash.cpp')
-rw-r--r-- | Swiften/Crypto/Hash.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Swiften/Crypto/Hash.cpp b/Swiften/Crypto/Hash.cpp index d07346f..b945301 100644 --- a/Swiften/Crypto/Hash.cpp +++ b/Swiften/Crypto/Hash.cpp @@ -1,12 +1,12 @@ -/*
- * Copyright (c) 2013 Isode Limited.
- * All rights reserved.
- * See the COPYING file for more information.
- */
-
-#include <Swiften/Crypto/Hash.h>
-
-using namespace Swift;
-
-Hash::~Hash() {
-}
+/* + * Copyright (c) 2013 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. + */ + +#include <Swiften/Crypto/Hash.h> + +using namespace Swift; + +Hash::~Hash() { +} |