This is an automated email from the ASF dual-hosted git repository.
mzhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new 85e2a14 Fixed an incorrect comment indentation.
85e2a14 is described below
commit 85e2a14706e91ec29c1d4f3301a37130d0a6f125
Author: Meng Zhu <[email protected]>
AuthorDate: Tue Feb 26 15:52:44 2019 -0800
Fixed an incorrect comment indentation.
---
src/common/resource_quantities.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/common/resource_quantities.cpp
b/src/common/resource_quantities.cpp
index 1fc185f..1c8eec0 100644
--- a/src/common/resource_quantities.cpp
+++ b/src/common/resource_quantities.cpp
@@ -33,9 +33,9 @@ using std::vector;
namespace mesos {
namespace internal {
- // This function tries to be consistent with `Resources::fromSimpleString()`.
- // We trim the whitespace around the pair and in the number but whitespace in
- // "c p us:10" are preserved and will be parsed to {"c p us", 10}.
+// This function tries to be consistent with `Resources::fromSimpleString()`.
+// We trim the whitespace around the pair and in the number but whitespace in
+// "c p us:10" are preserved and will be parsed to {"c p us", 10}.
Try<ResourceQuantities> ResourceQuantities::fromString(const string& text)
{
ResourceQuantities result;