diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-19 14:43:17 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-19 14:43:17 +0000 |
commit | 8768290e05cf27d6d291639fb64e636363ddbb67 (patch) | |
tree | 32c4588344183118fe65718b4fada985e08085db /src/modules/json/JSON_Base64.h | |
parent | 2064e59be3ac03109edb607c007b1c6910e534bc (diff) |
tabs and spaces cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@2374 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/json/JSON_Base64.h')
-rw-r--r-- | src/modules/json/JSON_Base64.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/modules/json/JSON_Base64.h b/src/modules/json/JSON_Base64.h index 1e2d76baa8..6c14aeb866 100644 --- a/src/modules/json/JSON_Base64.h +++ b/src/modules/json/JSON_Base64.h @@ -1,14 +1,14 @@ -#ifndef JSON_BASE64_H -#define JSON_BASE64_H - -#include "JSONDebug.h" -#ifdef JSON_BINARY //if this is not needed, don't waste space compiling it - -class JSONBase64 { -public: - static json_string json_encode64(const unsigned char * binary, size_t bytes); - static std::string json_decode64(const json_string & encoded); -}; - -#endif -#endif +#ifndef JSON_BASE64_H
+#define JSON_BASE64_H
+
+#include "JSONDebug.h"
+#ifdef JSON_BINARY //if this is not needed, don't waste space compiling it
+
+class JSONBase64 {
+public:
+ static json_string json_encode64(const unsigned char * binary, size_t bytes);
+ static std::string json_decode64(const json_string & encoded);
+};
+
+#endif
+#endif
|