This website works better with JavaScript.
Explore
Help
Sign In
nathan
/
slstatus
Watch
1
Star
0
Fork
You've already forked slstatus
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
netspeeds: Fix indentation
Browse Source
master
Aaron Marcher
8 years ago
parent
37724ac2c3
commit
825f637e20
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
components/netspeeds.c
Unescape
Escape
View File
@ -134,6 +134,6 @@
}
}
return
fmt_human
(
(
txbytes
-
oldtxbytes
)
*
1000
/
interval
,
return
fmt_human
(
(
txbytes
-
oldtxbytes
)
*
1000
/
interval
,
1024
)
;
1024
)
;
}
}
#
endif
#
endif
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
nathan/slstatus
Title
Body
Create Issue