Explorar el Código

netspeeds: Fix indentation

Aaron Marcher hace 7 años
padre
commit
825f637e20
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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