From bcd836eb265cb5e44aeac6a343342f7b372056c6 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 4 May 2014 05:56:45 +0200 Subject: remove semicolon after namespace Class definitions have to end with a semicolon but not namespaces. So remove this everywhere. --- test/utils/color/hsv.cpp | 2 +- test/utils/color/rgb.cpp | 2 +- test/utils/image.cpp | 2 +- test/utils/math.cpp | 2 +- test/utils/point.cpp | 2 +- test/utils/rectangle.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test/utils') diff --git a/test/utils/color/hsv.cpp b/test/utils/color/hsv.cpp index 0dda6719..803f9ec5 100644 --- a/test/utils/color/hsv.cpp +++ b/test/utils/color/hsv.cpp @@ -84,4 +84,4 @@ namespace usdx CPPUNIT_TEST_SUITE_REGISTRATION(HsvColorTest); -}; +} diff --git a/test/utils/color/rgb.cpp b/test/utils/color/rgb.cpp index 68037973..932be8b4 100644 --- a/test/utils/color/rgb.cpp +++ b/test/utils/color/rgb.cpp @@ -85,4 +85,4 @@ namespace usdx CPPUNIT_TEST_SUITE_REGISTRATION(RgbColorTest); -}; +} diff --git a/test/utils/image.cpp b/test/utils/image.cpp index f94e9afe..8aeb57c6 100644 --- a/test/utils/image.cpp +++ b/test/utils/image.cpp @@ -106,4 +106,4 @@ namespace usdx log4cpp::Category::getInstance("test.usdx.utils.image"); CPPUNIT_TEST_SUITE_REGISTRATION(ImageTest); -}; +} diff --git a/test/utils/math.cpp b/test/utils/math.cpp index 6a6a11d6..e97e200a 100644 --- a/test/utils/math.cpp +++ b/test/utils/math.cpp @@ -154,4 +154,4 @@ namespace usdx log4cpp::Category::getInstance("test.usdx.utils.math"); CPPUNIT_TEST_SUITE_REGISTRATION(MathTest); -}; +} diff --git a/test/utils/point.cpp b/test/utils/point.cpp index 6284ea2c..e7f3f918 100644 --- a/test/utils/point.cpp +++ b/test/utils/point.cpp @@ -103,4 +103,4 @@ namespace usdx log4cpp::Category::getInstance("test.usdx.utils.point"); CPPUNIT_TEST_SUITE_REGISTRATION(PointTest); -}; +} diff --git a/test/utils/rectangle.cpp b/test/utils/rectangle.cpp index 2fa96aef..9064bbff 100644 --- a/test/utils/rectangle.cpp +++ b/test/utils/rectangle.cpp @@ -88,4 +88,4 @@ namespace usdx log4cpp::Category::getInstance("test.usdx.utils.rectangle"); CPPUNIT_TEST_SUITE_REGISTRATION(RectangleTest); -}; +} -- cgit v1.2.3