Loading...
sys/gettimeofday.c Libc-1725.40.4 Libc-583
--- Libc/Libc-1725.40.4/sys/gettimeofday.c
+++ Libc/Libc-583/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 */