Browse Source

more warnings

Ken Martin 21 years ago
parent
commit
79faf21d19
2 changed files with 5 additions and 5 deletions
  1. 2 2
      Source/cmCTest.cxx
  2. 3 3
      Source/cmCTest.h

+ 2 - 2
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);

+ 3 - 3
Source/cmCTest.h

@@ -58,9 +58,9 @@ public:
   /*
    * A utility function that returns the nightly time
    */
-  static struct tm* cmCTest::GetNightlyTime(std::string str, 
-                                            bool verbose, 
-                                            bool tomorrowtag);
+  static struct tm* GetNightlyTime(std::string str, 
+                                   bool verbose, 
+                                   bool tomorrowtag);
   
   /*
    * Is the tomorrow tag set?