commit | 911ac31759cb7b77a856af8806b4e064d50d7422 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Tue Aug 15 09:37:42 2017 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Wed Oct 11 13:34:56 2017 -0700 |
tree | c4b714fabb2b956936ab6dffc18d9ff418756cf4 | |
parent | 8f0c0481d2280919b38a31656ba21a4347d12620 [diff] [blame] |
Large updates to webserver Do not merge yet Change-Id: I38c56844c1b0e3e8e5493c2705e62e6db7ee2102
diff --git a/include/base64.hpp b/include/base64.hpp index a40ab47..092189d 100644 --- a/include/base64.hpp +++ b/include/base64.hpp
@@ -4,4 +4,4 @@ bool base64_encode(const std::string &input, std::string &output); bool base64_decode(const std::string &input, std::string &output); -} \ No newline at end of file +} // namespace base64 \ No newline at end of file