Index: src/platform-linux.cc |
=================================================================== |
--- src/platform-linux.cc (revision 1736) |
+++ src/platform-linux.cc (working copy) |
@@ -511,8 +511,8 @@ |
#define TIMEVAL_TO_TIMESPEC(tv, ts) do { \ |
(ts)->tv_sec = (tv)->tv_sec; \ |
(ts)->tv_nsec = (tv)->tv_usec * 1000; \ |
-} while(false) |
-#endif |
+} while (false) |
+#endif |
bool LinuxSemaphore::Wait(int timeout) { |