From: Aaron Marcher Date: Tue, 22 May 2018 10:42:31 +0000 (+0200) Subject: netspeeds: Fix indentation X-Git-Url: https://git.xinqibao.xyz/slstatus.git/commitdiff_plain/825f637e20e98901447825ac44aa24859083fe00?hp=37724ac2c3f496f4736223d0d8e5d8fecb933590 netspeeds: Fix indentation --- 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