Browse Source

netspeeds: Fix indentation

Aaron Marcher 7 năm trước cách đây
mục cha
commit
825f637e20
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      components/netspeeds.c

+ 1 - 1
components/netspeeds.c

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