diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2015-01-25 22:26:04 -0800 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2015-01-25 22:26:04 -0800 |
commit | f89cefb3c2726afdc5ccc957337828e377364288 (patch) | |
tree | 8e54c0b380dd39a079bf59bda956ef9811051785 /init.lua | |
parent | abdb71452fae4d8251b0d1c8768c5ae2b7756d3f (diff) |
cleanfile
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ local stat_considered = 0 local stat_displaced = 0 local stat_degraded = 0 -local function round(f) +local function round(f) if f >= 0 then return math.floor(f + 0.5) else |