Parcourir la source

netspeeds: Fix indentation

Aaron Marcher il y a 7 ans
Parent
commit
825f637e20
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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