Browse Source

netspeeds: Fix indentation

master
Aaron Marcher 8 years ago
parent
commit
825f637e20
  1. 2
      components/netspeeds.c

2
components/netspeeds.c

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

Loading…
Cancel
Save