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

git commit: Fixed blank line in flags/parse.hpp.

Repository: mesos
Updated Branches:
  refs/heads/master a8cb44346 -> 7026fc7b7


Fixed blank line in flags/parse.hpp.


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

Branch: refs/heads/master
Commit: 7026fc7b7863131330a0bc782bf2c02bdce9293f
Parents: a8cb443
Author: Vinod Kone <vi...@twitter.com>
Authored: Mon May 26 22:27:05 2014 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Mon May 26 22:27:12 2014 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/stout/include/stout/flags/parse.hpp | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7026fc7b/3rdparty/libprocess/3rdparty/stout/include/stout/flags/parse.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/include/stout/flags/parse.hpp b/3rdparty/libprocess/3rdparty/stout/include/stout/flags/parse.hpp
index d950a82..1209469 100644
--- a/3rdparty/libprocess/3rdparty/stout/include/stout/flags/parse.hpp
+++ b/3rdparty/libprocess/3rdparty/stout/include/stout/flags/parse.hpp
@@ -84,7 +84,6 @@ inline Try<JSON::Object> parse(const std::string& value)
   // all valid prefixes of a JSON string.
   if (strings::startsWith(value, "/") ||
       strings::startsWith(value, "file://")) {
-
     const std::string& path =
       strings::remove(value, "file://", strings::PREFIX);