Преглед изворни кода

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