Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84290 - trunk/boost/date_time/posix_time
From: jhunold_at_[hidden]
Date: 2013-05-15 05:14:12


Author: jhunold
Date: 2013-05-15 05:14:11 EDT (Wed, 15 May 2013)
New Revision: 84290
URL: http://svn.boost.org/trac/boost/changeset/84290

Log:
untabify to adjust to style of the rest of the file
Text files modified:
   trunk/boost/date_time/posix_time/conversion.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/date_time/posix_time/conversion.hpp
==============================================================================
--- trunk/boost/date_time/posix_time/conversion.hpp (original)
+++ trunk/boost/date_time/posix_time/conversion.hpp 2013-05-15 05:14:11 EDT (Wed, 15 May 2013)
@@ -33,9 +33,9 @@
   //! Function that converts a ptime into a time_t
   inline
   std::time_t to_time_t(ptime pt) {
- time_duration dur = pt - ptime(gregorian::date(1970,1,1));
+ time_duration dur = pt - ptime(gregorian::date(1970,1,1));
     return std::time_t(dur.total_seconds ());
- }
+ }
 
 
   //! Convert a time to a tm structure truncating any fractional seconds


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