Xinqi Bao's Git
projects
/
slstatus.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
37724ac
)
netspeeds: Fix indentation
author
Aaron Marcher <
[email protected]
>
Tue, 22 May 2018 10:42:31 +0000
(12:42 +0200)
committer
Aaron Marcher <
[email protected]
>
Tue, 22 May 2018 10:42:31 +0000
(12:42 +0200)
components/netspeeds.c
diff
|
blob
|
history
diff --git
a/components/netspeeds.c
b/components/netspeeds.c
index
3c5dabf
..
7ab1590
100644
(file)
--- a/
components/netspeeds.c
+++ b/
components/netspeeds.c
@@
-134,6
+134,6
@@
}
return fmt_human((txbytes - oldtxbytes) * 1000 / interval,
-
1024);
+ 1024);
}
#endif