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

Unified Diff: native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs_factory.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/fusefs/fuse_fs_factory.cc
diff --git a/native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs_factory.cc b/native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs_factory.cc
index c61afc9596c7d2769e985bd60413d8353d66f9af..c148b1b303599294afedda1386da792532f639db 100644
--- a/native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs_factory.cc
+++ b/native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs_factory.cc
@@ -8,7 +8,8 @@
namespace nacl_io {
-FuseFsFactory::FuseFsFactory(fuse_operations* fuse_ops) : fuse_ops_(fuse_ops) {}
+FuseFsFactory::FuseFsFactory(fuse_operations* fuse_ops) : fuse_ops_(fuse_ops) {
+}
Error FuseFsFactory::CreateFilesystem(const FsInitArgs& args,
ScopedFilesystem* out_fs) {
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc ('k') | native_client_sdk/src/libraries/nacl_io/host_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698