This is an automated email from the ASF dual-hosted git repository.

bmahler 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 994edd77f Removed trailing spaces.
994edd77f is described below

commit 994edd77fd16e6a02c9aac8307f8cf3a12da39fb
Author: Devin Leamy <[email protected]>
AuthorDate: Tue Apr 16 21:24:26 2024 +0000

    Removed trailing spaces.
---
 src/slave/flags.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/slave/flags.cpp b/src/slave/flags.cpp
index 0c5f27d5f..13d71cdd5 100644
--- a/src/slave/flags.cpp
+++ b/src/slave/flags.cpp
@@ -1234,7 +1234,7 @@ mesos::internal::slave::Flags::Flags()
       "minimum_egress_rate_limit and maximum_egress_rate_limit flags."
       "If set to 'auto' the rate limit is automatically calculated\n"
       "by determining the link speed and dividing by the number of available\n"
-      "CPU resources.\n" 
+      "CPU resources.\n"
       "This flag is used by the `network/port_mapping` isolator.");
 
   add(&Flags::minimum_egress_rate_limit,
@@ -1289,7 +1289,7 @@ mesos::internal::slave::Flags::Flags()
       "minimum_ingress_rate_limit and maximum_ingress_rate_limit flags."
       "If set to 'auto' the rate limit is automatically calculated\n"
       "by determining the link speed and dividing by the number of available\n"
-      "CPU resources.\n" 
+      "CPU resources.\n"
       "This flag is used by the `network/port_mapping` isolator.");
 
   add(&Flags::minimum_ingress_rate_limit,

Reply via email to