netspeeds: Fix indentation

This commit is contained in:
Aaron Marcher 2018-05-22 12:42:31 +02:00
parent 37724ac2c3
commit 825f637e20
1 changed files with 1 additions and 1 deletions

View File

@ -134,6 +134,6 @@
}
return fmt_human((txbytes - oldtxbytes) * 1000 / interval,
1024);
1024);
}
#endif