aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/color
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/color
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/color')
-rw-r--r--test/utils/color/hsv.cpp2
-rw-r--r--test/utils/color/rgb.cpp2
2 files changed, 2 insertions, 2 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);
-};
+}