Commit Diff


commit - 1a7a3e451f8ee33c9fbb092774f471580d71c0e2
commit + 7bdb6d522add94db48fb6cf85f8217e512b9ff79
blob - e4e3e53cfc07f56260101ab678ed655da6a8b8fc
blob + d51fb6954a0686882998ef9c8f6e8bd202afdffc
--- ev.c
+++ ev.c
@@ -438,7 +438,7 @@ ev_loop(void)
 		min = NULL;
 		msec = -1;
 		if (base->ntimers) {
-			min = &base->timers[0].tv;	
+			min = &base->timers[0].tv;
 			msec = min->tv_sec * 1000 + (min->tv_usec + 999) / 1000;
 		}