You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/12/19 22:17:06 UTC

[3/4] mesos git commit: Removed extra space in `stout/flags/flags.hpp`.

Removed extra space in `stout/flags/flags.hpp`.

Review: https://reviews.apache.org/r/54831/


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

Branch: refs/heads/master
Commit: 27b78611c84c5728e8712d88909e96d17624a0ab
Parents: 8f53585
Author: haosdent huang <ha...@gmail.com>
Authored: Mon Dec 19 13:50:09 2016 -0800
Committer: Joseph Wu <jo...@apache.org>
Committed: Mon Dec 19 13:50:09 2016 -0800

----------------------------------------------------------------------
 3rdparty/stout/include/stout/flags/flags.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/27b78611/3rdparty/stout/include/stout/flags/flags.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/stout/include/stout/flags/flags.hpp b/3rdparty/stout/include/stout/flags/flags.hpp
index ecadaf8..61d17a9 100644
--- a/3rdparty/stout/include/stout/flags/flags.hpp
+++ b/3rdparty/stout/include/stout/flags/flags.hpp
@@ -836,7 +836,7 @@ inline Try<Warnings> FlagsBase::load(
 }
 
 
-inline std::string FlagsBase::usage( const Option<std::string>& message) const
+inline std::string FlagsBase::usage(const Option<std::string>& message) const
 {
   const int PAD = 5;