summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util.cc')
-rw-r--r--src/lib/util.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc
index c3dd13d7c..fbe77461e 100644
--- a/src/lib/util.cc
+++ b/src/lib/util.cc
@@ -620,3 +620,4 @@ round_up (int a, int t)
a += (t - 1);
return a - (a % t);
}
+