summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-09-07 15:45:53 (GMT)
committerKen Martin <ken.martin@kitware.com>2004-09-07 15:45:53 (GMT)
commit79faf21d19da8ae3bf134b7eb897bda1a9c0882d (patch)
tree15e3d7b6eac772a2980427e694dc1888f966f04f /Source/cmCTest.cxx
parent3eae8f44059646241482133d98adb32631ab9c14 (diff)
downloadCMake-79faf21d19da8ae3bf134b7eb897bda1a9c0882d.zip
CMake-79faf21d19da8ae3bf134b7eb897bda1a9c0882d.tar.gz
CMake-79faf21d19da8ae3bf134b7eb897bda1a9c0882d.tar.bz2
more warnings
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 5d98e9c..2335441 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -47,8 +47,8 @@
#define DEBUGERR std::cerr << __LINE__ << " "; std::cerr
struct tm* cmCTest::GetNightlyTime(std::string str,
- bool verbose,
- bool tomorrowtag)
+ bool verbose,
+ bool tomorrowtag)
{
struct tm* lctime;
time_t tctime = time(0);