]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOTimerEventSource.cpp
xnu-1228.5.20.tar.gz
[apple/xnu.git] / iokit / Kernel / IOTimerEventSource.cpp
index ea8325ed0c1432aeed80eec8e9bbdd3809084295..aca7f3fbcfb23f3f3ba9c5e40b57aae349b69cf7 100644 (file)
@@ -222,7 +222,7 @@ IOReturn IOTimerEventSource::setTimeoutUS(UInt32 us)
 IOReturn IOTimerEventSource::setTimeout(UInt32 interval, UInt32 scale_factor)
 {
     AbsoluteTime end;
 IOReturn IOTimerEventSource::setTimeout(UInt32 interval, UInt32 scale_factor)
 {
     AbsoluteTime end;
-    
+
     clock_interval_to_deadline(interval, scale_factor, &end);
     return wakeAtTime(end);
 }
     clock_interval_to_deadline(interval, scale_factor, &end);
     return wakeAtTime(end);
 }