You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2016/07/09 05:15:00 UTC

[8/8] mesos git commit: Fixed minor spacing issue in declaration of `browse()`.

Fixed minor spacing issue in declaration of `browse()`.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/aa17a657
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/aa17a657
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/aa17a657

Branch: refs/heads/master
Commit: aa17a6572ebb8650ec802a13b8bf0b50a8f0daf7
Parents: f4bbd86
Author: Anand Mazumdar <an...@apache.org>
Authored: Fri Jul 8 21:48:38 2016 -0700
Committer: Anand Mazumdar <an...@apache.org>
Committed: Fri Jul 8 22:03:05 2016 -0700

----------------------------------------------------------------------
 src/files/files.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/aa17a657/src/files/files.cpp
----------------------------------------------------------------------
diff --git a/src/files/files.cpp b/src/files/files.cpp
index 63f7c34..8ab8f8a 100644
--- a/src/files/files.cpp
+++ b/src/files/files.cpp
@@ -107,8 +107,8 @@ public:
   void detach(const string& name);
 
   Future<Try<list<FileInfo>, FilesError>> browse(
-    const string& path,
-    const Option<string>& principal);
+      const string& path,
+      const Option<string>& principal);
 
   Future<Try<tuple<size_t, string>, FilesError>> read(
       const size_t offset,