From 413bd7a91c2b0eac97c00a3998e0bc42f577368b Mon Sep 17 00:00:00 2001 From: "erik.corry@gmail.com" Date: Fri, 17 Apr 2009 13:57:15 +0000 Subject: [PATCH] Lint. Review URL: http://codereview.chromium.org/77026 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1737 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/platform-linux.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platform-linux.cc b/src/platform-linux.cc index f3e1eb0..9f5b9ac 100644 --- a/src/platform-linux.cc +++ b/src/platform-linux.cc @@ -511,8 +511,8 @@ void LinuxSemaphore::Wait() { #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) { -- 2.7.4