summaryrefslogtreecommitdiff
path: root/test/unit/t_times.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-11 16:03:50 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-06-11 17:02:25 -0400
commitdea2aed0b509734ec4e1cd163ac2a4f013000da2 (patch)
tree7908da76c67ae5172882306a319bf26df81b73b4 /test/unit/t_times.cc
parentd580079df892c30d023b3211d6c4611c17b11f8f (diff)
downloadfork-ledger-dea2aed0b509734ec4e1cd163ac2a4f013000da2.tar.gz
fork-ledger-dea2aed0b509734ec4e1cd163ac2a4f013000da2.tar.bz2
fork-ledger-dea2aed0b509734ec4e1cd163ac2a4f013000da2.zip
Untabified all source files
Diffstat (limited to 'test/unit/t_times.cc')
-rw-r--r--test/unit/t_times.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/t_times.cc b/test/unit/t_times.cc
index d8a67b43..aaf31263 100644
--- a/test/unit/t_times.cc
+++ b/test/unit/t_times.cc
@@ -22,8 +22,8 @@ void DateTimeTestCase::tearDown()
void DateTimeTestCase::testConstructors()
{
#ifndef NOT_FOR_PYTHON
- std::time_t now = std::time(NULL);
- struct tm * moment = std::localtime(&now);
+ std::time_t now = std::time(NULL);
+ struct tm * moment = std::localtime(&now);
std::time_t localMoment = std::mktime(moment);
#endif // NOT_FOR_PYTHON