Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: native_client_sdk/src/libraries/nacl_io/filesystem.cc

Issue 303223007: [NaCl SDK] nacl_io: Run clang-format over nacl_io sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/libraries/nacl_io/filesystem.cc
diff --git a/native_client_sdk/src/libraries/nacl_io/filesystem.cc b/native_client_sdk/src/libraries/nacl_io/filesystem.cc
index 7a2b1a01e863d4bf25cb72cc3bbd855b47dc9e47..b823ab6c953feb92509fa4bb4c4b53a9116e0ae1 100644
--- a/native_client_sdk/src/libraries/nacl_io/filesystem.cc
+++ b/native_client_sdk/src/libraries/nacl_io/filesystem.cc
@@ -21,9 +21,11 @@
namespace nacl_io {
-Filesystem::Filesystem() : dev_(0) {}
+Filesystem::Filesystem() : dev_(0) {
+}
-Filesystem::~Filesystem() {}
+Filesystem::~Filesystem() {
+}
Error Filesystem::Init(const FsInitArgs& args) {
dev_ = args.dev;
@@ -31,7 +33,8 @@ Error Filesystem::Init(const FsInitArgs& args) {
return 0;
}
-void Filesystem::Destroy() {}
+void Filesystem::Destroy() {
+}
Error Filesystem::OpenResource(const Path& path, ScopedNode* out_node) {
out_node->reset(NULL);
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/fifo_char.cc ('k') | native_client_sdk/src/libraries/nacl_io/fuse.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698