aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-05-04 05:56:45 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2014-05-04 05:56:45 +0200
commitbcd836eb265cb5e44aeac6a343342f7b372056c6 (patch)
tree712b0610062aefcd062bad03a5f5f37be4944a96 /test/utils
parent504573a2d336495a9e754d2ee96ba95de450fd6c (diff)
downloadusdx-bcd836eb265cb5e44aeac6a343342f7b372056c6.tar.gz
usdx-bcd836eb265cb5e44aeac6a343342f7b372056c6.tar.xz
usdx-bcd836eb265cb5e44aeac6a343342f7b372056c6.zip
remove semicolon after namespace
Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
Diffstat (limited to 'test/utils')
-rw-r--r--test/utils/color/hsv.cpp2
-rw-r--r--test/utils/color/rgb.cpp2
-rw-r--r--test/utils/image.cpp2
-rw-r--r--test/utils/math.cpp2
-rw-r--r--test/utils/point.cpp2
-rw-r--r--test/utils/rectangle.cpp2
6 files changed, 6 insertions, 6 deletions
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);
-};
+}