Index: native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc |
diff --git a/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc b/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc |
index ee5e5f33681905de086e65866a0a056a711ec03a..cb2a6f6ddf62de2d4147798d6ff0b04cc0d0adce 100644 |
--- a/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc |
+++ b/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc |
@@ -200,7 +200,8 @@ HttpFs::HttpFs() |
: allow_cors_(false), |
allow_credentials_(false), |
cache_stat_(true), |
- cache_content_(true) {} |
+ cache_content_(true) { |
+} |
Error HttpFs::Init(const FsInitArgs& args) { |
Error error = Filesystem::Init(args); |
@@ -248,7 +249,8 @@ Error HttpFs::Init(const FsInitArgs& args) { |
return 0; |
} |
-void HttpFs::Destroy() {} |
+void HttpFs::Destroy() { |
+} |
Error HttpFs::FindOrCreateDir(const Path& path, ScopedNode* out_node) { |
out_node->reset(NULL); |