From: Aaron Marcher <me@drkhsh.at>
Date: Tue, 22 May 2018 10:42:31 +0000 (+0200)
Subject: netspeeds: Fix indentation
X-Git-Url: https://git.xinqibao.xyz/slstatus.git/commitdiff_plain/825f637e20e98901447825ac44aa24859083fe00

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