diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-05-22 12:42:31 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-22 12:42:31 +0200 |
commit | 942cd18f9e4ea13f9fa082a5f0a09aa5405039c8 (patch) | |
tree | a619005f546cc1f62ef3b5e95acd60bf8c933977 | |
parent | ba19d726d45f664cef453168267eec5a446be879 (diff) |
netspeeds: Fix indentation
-rw-r--r-- | components/netspeeds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/netspeeds.c b/components/netspeeds.c index 3c5dabf..7ab1590 100644 --- a/components/netspeeds.c +++ b/components/netspeeds.c @@ -134,6 +134,6 @@ } return fmt_human((txbytes - oldtxbytes) * 1000 / interval, - 1024); + 1024); } #endif |