Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80349 - in trunk: . boost/detail/win
From: dnljms_at_[hidden]
Date: 2012-09-01 10:47:30


Author: danieljames
Date: 2012-09-01 10:47:29 EDT (Sat, 01 Sep 2012)
New Revision: 80349
URL: http://svn.boost.org/trac/boost/changeset/80349

Log:
Detail: Merge some whitespace fixes from release.
Properties modified:
   trunk/ (props changed)
Text files modified:
   trunk/boost/detail/win/GetCurrentThread.hpp | 2 +-
   trunk/boost/detail/win/GetProcessTimes.hpp | 2 +-
   trunk/boost/detail/win/time.hpp | 8 ++++----
   3 files changed, 6 insertions(+), 6 deletions(-)

Modified: trunk/boost/detail/win/GetCurrentThread.hpp
==============================================================================
--- trunk/boost/detail/win/GetCurrentThread.hpp (original)
+++ trunk/boost/detail/win/GetCurrentThread.hpp 2012-09-01 10:47:29 EDT (Sat, 01 Sep 2012)
@@ -18,7 +18,7 @@
 // Windows CE define GetCurrentThread as an inline function in kfuncs.h
 inline HANDLE_ GetCurrentThread()
 {
- return ::GetCurrentThread();
+ return ::GetCurrentThread();
 }
 #else
 #if defined( BOOST_USE_WINDOWS_H )

Modified: trunk/boost/detail/win/GetProcessTimes.hpp
==============================================================================
--- trunk/boost/detail/win/GetProcessTimes.hpp (original)
+++ trunk/boost/detail/win/GetProcessTimes.hpp 2012-09-01 10:47:29 EDT (Sat, 01 Sep 2012)
@@ -14,7 +14,7 @@
 namespace boost {
 namespace detail {
 namespace win32 {
-#if !defined(UNDER_CE) // Windows CE does not define GetProcessTimes
+#if !defined(UNDER_CE) // Windows CE does not define GetProcessTimes
 #if defined( BOOST_USE_WINDOWS_H )
     using ::GetProcessTimes;
 #else

Modified: trunk/boost/detail/win/time.hpp
==============================================================================
--- trunk/boost/detail/win/time.hpp (original)
+++ trunk/boost/detail/win/time.hpp 2012-09-01 10:47:29 EDT (Sat, 01 Sep 2012)
@@ -23,9 +23,9 @@
     typedef SYSTEMTIME SYSTEMTIME_;
     typedef SYSTEMTIME* PSYSTEMTIME_;
 
- #ifndef UNDER_CE // Windows CE does not define GetSystemTimeAsFileTime
+ #ifndef UNDER_CE // Windows CE does not define GetSystemTimeAsFileTime
     using ::GetSystemTimeAsFileTime;
- #endif
+ #endif
     using ::FileTimeToLocalFileTime;
     using ::GetSystemTime;
     using ::SystemTimeToFileTime;
@@ -49,10 +49,10 @@
       WORD_ wMilliseconds;
     } SYSTEMTIME_, *PSYSTEMTIME_;
 
- #ifndef UNDER_CE // Windows CE does not define GetSystemTimeAsFileTime
+ #ifndef UNDER_CE // Windows CE does not define GetSystemTimeAsFileTime
     __declspec(dllimport) void WINAPI
         GetSystemTimeAsFileTime(FILETIME_* lpFileTime);
- #endif
+ #endif
     __declspec(dllimport) int WINAPI
         FileTimeToLocalFileTime(const FILETIME_* lpFileTime,
                 FILETIME_* lpLocalFileTime);


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk