commit 825f637e20e98901447825ac44aa24859083fe00
Author:     Aaron Marcher <m...@drkhsh.at>
AuthorDate: Tue May 22 12:42:31 2018 +0200
Commit:     Aaron Marcher <m...@drkhsh.at>
CommitDate: Tue May 22 12:42:31 2018 +0200

    netspeeds: Fix indentation

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

Reply via email to