瀏覽代碼

netspeeds: Fix indentation

Aaron Marcher 7 年之前
父節點
當前提交
825f637e20
共有 1 個文件被更改,包括 1 次插入1 次删除
  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