Explorar o código

netspeeds: Fix indentation

Aaron Marcher %!s(int64=7) %!d(string=hai) anos
pai
achega
825f637e20
Modificáronse 1 ficheiros con 1 adicións e 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