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 2013/11/14 18:37:24 UTC

git commit: Fixed hard tabs in monitor.cpp

Updated Branches:
  refs/heads/master c0a3fcff8 -> f75e0f316


Fixed hard tabs in monitor.cpp

From: Niklas Nielsen <ni...@qni.dk>
Review: https://reviews.apache.org/r/15500


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

Branch: refs/heads/master
Commit: f75e0f316dd11c954fce2e98361e79a9a845d3a1
Parents: c0a3fcf
Author: Vinod Kone <vi...@twitter.com>
Authored: Thu Nov 14 09:36:50 2013 -0800
Committer: Vinod Kone <vi...@twitter.com>
Committed: Thu Nov 14 09:36:50 2013 -0800

----------------------------------------------------------------------
 src/slave/monitor.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/f75e0f31/src/slave/monitor.cpp
----------------------------------------------------------------------
diff --git a/src/slave/monitor.cpp b/src/slave/monitor.cpp
index b49fd05..dd25855 100644
--- a/src/slave/monitor.cpp
+++ b/src/slave/monitor.cpp
@@ -59,9 +59,9 @@ const std::string CPUS_SYSTEM_TIME_SECS = "cpus_system_time_secs";
 const std::string CPUS_LIMIT            = "cpus_limit";
 const std::string MEM_RSS_BYTES         = "mem_rss_bytes";
 const std::string MEM_LIMIT_BYTES       = "mem_limit_bytes";
-const std::string MEM_FILE_BYTES	= "mem_file_bytes";
-const std::string MEM_ANON_BYTES	= "mem_anon_bytes";
-const std::string MEM_MAPPED_FILE_BYTES	= "mem_mapped_file_bytes";
+const std::string MEM_FILE_BYTES        = "mem_file_bytes";
+const std::string MEM_ANON_BYTES        = "mem_anon_bytes";
+const std::string MEM_MAPPED_FILE_BYTES = "mem_mapped_file_bytes";
 const std::string CPUS_NR_PERIODS       = "cpus_nr_periods";
 const std::string CPUS_NR_THROTTLED     = "cpus_nr_throttled";
 const std::string CPUS_THROTTLED_TIME_SECS = "cpus_throttled_time_secs";