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 | 825f637e20e98901447825ac44aa24859083fe00 (patch) | |
tree | a619005f546cc1f62ef3b5e95acd60bf8c933977 /components | |
parent | 37724ac2c3f496f4736223d0d8e5d8fecb933590 (diff) |
netspeeds: Fix indentation
Diffstat (limited to 'components')
-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 |