Loading...
sys/gettimeofday.c Libc-763.13 Libc-1353.100.2
--- Libc/Libc-763.13/sys/gettimeofday.c
+++ Libc/Libc-1353.100.2/sys/gettimeofday.c
@@ -47,9 +47,9 @@
 	struct timeval atv;
 
 	if (tp == NULL) {
-	    if (tzp == NULL)
-		return	(0);
-	    tp = &atv;
+		if (tzp == NULL)
+			return	(0);
+		tp = &atv;
 	}
 
 	if (__commpage_gettimeofday(tp)) {		/* first try commpage */