summaryrefslogtreecommitdiffstats
path: root/src/server/Load.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Load.hpp')
-rw-r--r--src/server/Load.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/Load.hpp b/src/server/Load.hpp
index f69d0659..4a30dd58 100644
--- a/src/server/Load.hpp
+++ b/src/server/Load.hpp
@@ -24,8 +24,7 @@
namespace ingen {
namespace server {
-struct Load
-{
+struct Load {
void update(uint64_t time, uint64_t available) {
const uint64_t load = time * 100 / available;
if (load < min) {