summaryrefslogtreecommitdiff
path: root/include/base64.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/base64.hpp')
-rw-r--r--include/base64.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/base64.hpp b/include/base64.hpp
index f5ff338cae..e024d0a48f 100644
--- a/include/base64.hpp
+++ b/include/base64.hpp
@@ -3,7 +3,6 @@
namespace base64 {
- bool base64_encode(const gsl::cstring_span<> &input, std::string &output);
- bool base64_decode(const gsl::cstring_span<> &input, std::string &output);
-
+bool base64_encode(const gsl::cstring_span<> &input, std::string &output);
+bool base64_decode(const gsl::cstring_span<> &input, std::string &output);
} \ No newline at end of file