summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorAaron Marcher <me@drkhsh.at>2018-05-22 12:42:31 +0200
committerAaron Marcher <me@drkhsh.at>2018-05-22 12:42:31 +0200
commit942cd18f9e4ea13f9fa082a5f0a09aa5405039c8 (patch)
treea619005f546cc1f62ef3b5e95acd60bf8c933977 /components
parentba19d726d45f664cef453168267eec5a446be879 (diff)
netspeeds: Fix indentation
Diffstat (limited to 'components')
-rw-r--r--components/netspeeds.c2
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