aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-10-07 16:48:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-10-07 16:48:58 +0200
commit44fc1e95d10ea4c21065fd04594c5c8932a8a005 (patch)
treeea027e8cc9ceb3460e922f8c61d0ec17553695a4
parent0f26f7c3c32cdea481cfa2982e5f8a3f26cb9bff (diff)
Remove stray newline
-rw-r--r--bbot/agent/machine.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/bbot/agent/machine.cxx b/bbot/agent/machine.cxx
index 0d1bda1..b309fdf 100644
--- a/bbot/agent/machine.cxx
+++ b/bbot/agent/machine.cxx
@@ -226,7 +226,6 @@ namespace bbot
size_t threads (cores <= 4 ? 1 : 2);
cores /= threads;
-
// We probably don't want to commit all the available RAM to the VM since
// some of it could be used on the host side for caching, etc. So the
// heuristics that we will use is 4G or 1G per CPU, whichever is greater