Skip to content

v0.2.48..v0.2.49 changeset SimpleTestListener.h

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-core-test/src/test/cpp/hoot/core/test/SimpleTestListener.h b/hoot-core-test/src/test/cpp/hoot/core/test/SimpleTestListener.h
index 57986ef..83cf320 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/test/SimpleTestListener.h
+++ b/hoot-core-test/src/test/cpp/hoot/core/test/SimpleTestListener.h
@@ -5,7 +5,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2017 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2017, 2019 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #ifndef SIMPLETESTLISTENER_H
 #define SIMPLETESTLISTENER_H
@@ -49,8 +49,6 @@ public:
 private:
 
   bool _failure;
-
-
 };
 
 }
Clone this wiki locally