]> Dogcows Code - chaz/openbox/blobdiff - src/Timer.cc
caps
[chaz/openbox] / src / Timer.cc
index 443a7c469ada4f293cdf63d56b0a7d54afbd9904..99f05ba9360f2166e10baee3afe4877ed34ddde6 100644 (file)
@@ -106,6 +106,6 @@ timeval BTimer::endpoint(void) const {
 bool BTimer::shouldFire(const timeval &tm) const {
   timeval end = endpoint();
 
-  return !((tm.tv_sec < end.tv_sec) ||
-           (tm.tv_sec == end.tv_sec && tm.tv_usec < end.tv_usec));
+  return ! ((tm.tv_sec < end.tv_sec) ||
+            (tm.tv_sec == end.tv_sec && tm.tv_usec < end.tv_usec));
 }
This page took 0.023303 seconds and 4 git commands to generate.